Quantcast
Channel: PTC Community : Unanswered Discussions - Creo
Viewing all 8685 articles
Browse latest View live

Datum tag overlaps with Gtol in Creo 5

$
0
0

Hi All,

 

I'm relatively new to Creo/ProE, so this may be a somewhat trivial question

 

We just converted from Creo 2.0 to Creo 4.0 a few weeks ago, and I'm having problems adding a datum tag and geometric tolerance to the same dimension in the new program. More specifically, when I try to add an ASME datum tag and a flatness geometric tolerance to the same thickness dimension, the symbols overlap with one another.

 

What's really strange is that I was able to do this in Creo 2 without any problems. The images of the drawing view from Creo 2 and Creo 4 are shown below


Creo2Drawing.jpgCreo4Drawing.jpg


In Creo 2, I used the model datum button to create the datum symbol, but in Creo 4 i'm trying to use the datum feature symbol button, so I wonder if that is part of the reason for this problem. Alternatively, this form of dimensioning may not be appropriate anymore with the latest drawing standards


Any help would be appreciated

 

Thanks!

-Matt


Problem with cabling XML import file

$
0
0

Hi to all,

I have recently update my PTC product from Wildfire 5 to CREO 2. Until I have used Wildfire 5 I could import XML cabling file in Pro/E (from Zuken E3) with no problem. In Creo 2.0 when I try to import same file I receive an error about spools. In practice, CREO does not accept the separation character (ex. 0.5) of the spools. Infact if I modify manualy the XML file and change 0.5 in 0_5 the problem is solved.

So my questions are:

- how do I replace automatically "_" instead of "."?

- why in NWF file, the same spools with "0.5" is properly interpreted by CREO with no error?

 

Thanx

promoted curve lost

$
0
0

promoted curve (simulate)

lost in parametric

 

video attached

How do you modify/remove the lines on the cut edges of Section Zone?

$
0
0

How do you modify/remove the lines on the cut edges of Section Zone?

how to generate a cam profile for parallel indexing drive

I am post my makefile here

$
0
0

# File Name
MAKEFILENAME = MAKEFILE

# Output Name
OUTPUT = program

# Machine Type
PRO_MACHINE_TYPE = x86e_win64
CREO2_DATECODE=D:

# Executable names
EXE = $(OUTPUT).exe
EXE_DLL = $(OUTPUT).dll

# Pro/Toolkit Source & Machine Loadpoint (EXTERNAL USE - DEFAULT)
PROTOOL_SRC = $(CREO2_DATECODE)/protoolkit
PROTOOL_SYS = $(PROTOOL_SRC)/$(PRO_MACHINE_TYPE)

# Pro/Toolkit Source & Machine Loadpoint  (PTC INTERNAL USE)
#PROTOOL_SRC = $(PTCSRC)/protoolkit
#PROTOOL_SYS = $(PTCSYS)

# Application Definitions
PROTK_APPLS = $(PROTOOL_SRC)/protk_appls
PROTK_APPLINCS = $(PROTK_APPLS)/includes
PROTK_INCS = $(PROTOOL_SRC)/includes
PROTK_EXAMP = $(PROTK_APPLS)/pt_examples
PROTK_UTILS = $(PROTK_EXAMP)/pt_utils

# Include File Paths
INCS = -I. \
    -I$(PROTK_APPLINCS) \
    -I$(PROTK_INCS) \

# Compiler Flags
CC = cl
DEBUG = /Od /Z7
MACH = -DPRO_MACHINE=36 -DPRO_OS=4
CCFLAGS = -c -fp:precise -DPRO_USE_VAR_ARGS /EHa $(DEBUG)
CFLAGS = $(CCFLAGS) $(INCS) $(MACH)

# Libraries
PTCLIBS = $(PROTOOL_SYS)/obj/protoolkit.lib $(PROTOOL_SYS)/obj/pt_asynchronous.lib
PTCLIBS_DLL = $(PROTOOL_SYS)/obj/protk_dll.lib
LIBS = libcmt.lib kernel32.lib user32.lib wsock32.lib advapi32.lib mpr.lib winspool.lib netapi32.lib psapi.lib gdi32.lib shell32.lib comdlg32.lib ole32.lib ws2_32.lib

OUTPUT_DIR = x64\Debug

# Object files
OBJS = $(OUTPUT_DIR)\pt_utils.obj
OBJS = $(OBJS) $(OUTPUT_DIR)\$(OUTPUT).obj

# Linker
LINK = link -out:
#Executable applications compiled using WinMain() instead of main() should set the subsystem to windows instead of console.
LINKFLAGS = /subsystem:console /debug /machine:amd64

# EXE target
exe: $(EXE)

$(EXE) :  $(OBJS) $(PTCLIBS)
@echo Start at
@date /T
@time /T
@echo PROTOOL_SRC = $(PROTOOL_SRC)
@echo PROTOOL_SYS = $(PROTOOL_SYS)
$(LINK)$(OUTPUT_DIR)\$(EXE) $(LINKFLAGS) @<<longline.list
$(OBJS) $(PTCLIBS) $(LIBS)
<<

@echo Finished at
@date /T
@time /T
# del $(OBJS)

# Dll target
dll: $(EXE_DLL)

$(EXE_DLL) :  $(OBJS) $(PTCLIBS_DLL)
@echo Start at
@date /T
@time /T
@echo PROTOOL_SRC = $(PROTOOL_SRC)
@echo PROTOOL_SYS = $(PROTOOL_SYS)
$(LINK)$(OUTPUT_DIR)\$(EXE_DLL) $(LINKFLAGS) /dll @<<longline.list
$(OBJS) $(PTCLIBS_DLL) $(LIBS)
<<

@echo Finished at
@date /T
@time /T
# del $(OBJS)

# object dependencies
$(OUTPUT_DIR)\pt_utils.obj: $(PROTK_UTILS)/pt_utils.c
$(CC) $(CFLAGS) /Fo"$(OUTPUT_DIR)\\" $(PROTK_UTILS)/pt_utils.c

$(OUTPUT_DIR)\$(OUTPUT).obj: $(OUTPUT).cpp
$(CC) $(CFLAGS) /Fo"$(OUTPUT_DIR)\\" $(OUTPUT).cpp

rebuild_exe:
if exist $(OUTPUT_DIR) del $(OBJS) $(OUTPUT_DIR)\$(EXE) $(OUTPUT_DIR)\*.lib $(OUTPUT_DIR)\*.exp $(OUTPUT_DIR)\*.ilk $(OUTPUT_DIR)\*.pdb
nmake -f $(MAKEFILENAME) exe

rebuild_dll:
if exist $(OUTPUT_DIR) del $(OBJS) $(OUTPUT_DIR)\$(EXE_DLL) $(OUTPUT_DIR)\*.lib $(OUTPUT_DIR)\*.exp $(OUTPUT_DIR)\*.ilk $(OUTPUT_DIR)\*.pdb
nmake -f $(MAKEFILENAME) dll

#Clean Command Line setting in VS2010 cannot be used in Makefile project, so no such command is set.

creo crash:

$
0
0

sto perdendo ore di lavoro per crash di creo.

richiedo supporto tecnico per risolvere problema come da messaggio riportato sotto.

Errore Irreversibile:Un registro è stato scritto in traceback.log Inviarlo al supporto tecnico.

Exceptions X string Too long

$
0
0

I call my model by modeldescriptor.(ModelDescriptor md1 = pfcModel.ModelDescriptor_CreateFromFileName("C:\\Users\\350154\\Desktop\\Mastermodels\\xxxx_.prt"))like this.But here an error X string Too long is arising ,Can anyone explain how to ovecome this?


Render Scene Files

$
0
0

Happy Friday All!

 

Anyone have Render Scene files (.scn) that they'd like to share?

 

I am on Creo 3. I imagine they would have to be 3 or lower compatible? Not sure how that works.

 

Thanks,

 

WayneF

How can I inpsert a Symbol in a View State using Drawing Program?

$
0
0

Hi, all,

 

I'm trying to manage a drawing with almost 200 View States. One of my problem (beside the most important that I can't find  a Tutorial) is that I can't insert a Symbol in a View State (a new one or editing an existing one). The Help Center says this about Detail Items which includes dimensions, notes, and balloon notes but NOT symbols:

To Create Detail Items in a Drawing State

To create detail items such as dimensions, notes, and balloon notes in a drawing state, choose Create from the DWG COMMANDS menu that appears when you click Tools> Drawing Program> Define States> Create State> Record Cmds. Items that you create in one state are not visible in any other state or outside of the drawing program.

Does anyone knows how to insert a symbol in a View State, please?   

Appearance states as family table?

$
0
0

Let me try to explain my question: in Creo now you can use "appearance states" to define different color combinations for the same part or assembly.

Let's say I have this assembly plastic_man_toy which is made of two parts: plastic_man_body and plastic_man_head. Now I can open the assembly and create two states of appearance, for example one with red body and blue head, and one with yellow body and green head.

Now let's say I want to create a third assembly where two plastic_man_toy are assembled. Is there a way to change the appearance of each assembly independently, choosing from one of the two I created at assembly level? Right now if I change the appearance of the assembly it is applied to all the instances of the same assembly in the scene. Maybe a way to add the appearance state to a family table?

Creating vertical notes in Creo Parametric 3.0 and 4.0 takes so much longer compared to Creo 2.0.

$
0
0

In Creo 3.0 when making multiple vertical notes you have to select :-

Note > Unattached Note > Select LOCATION for note > Type the note > MMB to finish typing > RMB > Properties > Text Style > Angle > Type 90 > OK > LMB click in empty area of screen.

For subsequent vertical notes you have to do all the above again.

 

In Creo 2.0 you select:-

Note > No Leader > Vertical > Make Note > Select LOCATION for note > Type the note > Enter > Enter

For subsequent vertical notes you just have to select Make Note, as the last settings are kept.

 

At no point on creating a note in Creo 3.0 are you able to specify 'vertical'.

Sheet metal problem

$
0
0

Hi, I have a problem with the student version of Creo, when I work in sheet metal and try to make a hole with the hole command at the piece I'm modeling I have the problem that the software crashes, how can I fix it?

How can I get the appropriate size of this section drawing?

$
0
0

As you can see it in the first picture, the A-A section of this view is the same size as the view. But actually it should be "higher" - as you can see it in the second picture - because of the type of the section. How can I make a section like the one in the second picture?

2GK6dt.jpgRnaEvy.jpg

An interesting discovery about modelcheck

$
0
0

1.Create a new prt or asm

2.Create a new argument: “设计”,It means "design", but it must be Chinese

3.By using the modelcheck function, either delete or add renaming all modification operations will fail, that is to say, this parameter, only through manual modification, not through the modelcheck function to modify, we are interested can try.

4.Apply to all versions, including creo4.0M010

5.The attached version is wildfire 5

model0.png


Why does decorated text lose decorations in PDF exports?

$
0
0

I am new to Creo Schematics 3.0. When I export to PDF, I find that my decorated text loses all decorations; i.e., my circled text is no longer circled. In addition, I find that circles drawn with Geometry's Circle tool are not rendered as complete circles: each is missing an identical section, that from 270 to 360 degrees. The missing sections are there when I zoom in with Creo.

 

What export settings might be incorrect? For the decorated text, is this a font-specific error?

Circular references all but baked in the cake in creo 4.0

$
0
0

So i keep getting circular references that in the past would never have resulted as such.

 

AND the common theme is always some elusive dimension that doesn't even exist.......ie:

 

  1 CIRCULAR REFERENCE LOOPS FOUND

 

 

 

   LOOP #  1

 

 

   Depth of loop is 4

 

 

Feature number 53 (COMPONENT, id = 5562)

  in model 171757_42617_TOP_HSNG refers to:

 

 

Feature number 5 (COPY_1, id = 284)

  in model HH_SUB_INSERT_TOP refers to:

 

 

Feature number 54 (Dimensions, id = 4826)

  in model 171757_42617_TOP_HSNG must follow after:

 

 

Feature number 53 (COMPONENT, id = 5562)

  in model 171757_42617_TOP_HSNG - circle closed.

 

THERE IS NO FEATURE 54, THERE IS NO DIMENSIONS, ID = 4826 ANYWHERE.

 

And then the "information center" is all but useless.....when i regen and the error shows up i open the "information center" that tells me NOTHING WHAT SO EVER.....so what is the point of having it?

 

I've never had to worry about circular references before as i know what i'm doing (at least i thought i did) but now i get them in almost every assembly and it's always some dimension in a feature that is past my model tree feature count.......WTF is going on?

How to get the list of missing components while retrieving an assembly

$
0
0

Hello,

I am looking for getting a list of components which are missing and causing failure to retrieve the assembly, in which they were referred.

How can I do this in a batch mode?

I am okay to get it through any possible solutions like Toolkit, etc.

 

Please suggest.

 

Thanks,

Sachin

How to measure a hollow volume?

$
0
0

Does any one have a simple way to measure the volume of a hollow space, e.g., hollow volume of a zig-zag tubing?

Repeat Region Relation to Differentiate Between Contexts

$
0
0

My company has one Windchill context for Libraries and one for Products.  I'd like to write a Repeat Region relation that would differentiate between contexts and populate a drawing's BOM accordingly.

 

For example, if the assembly member comes from the Products context, I'd like the asm.mbr.name set to a parameter.  If the assembly member comes from the Libraries context, I'd like the asm.mbr.name to be just that.

 

Something along the lines of...

 

IF

     asm.mbr.PTC_WM_LOCATION==/Products

          asm.mbr.name=A relation-driven parameter in the part

ELSE    

     asm.mbr.name

 

Does anyone have a suggestion for how to access the PTC_WM... parameters?

Viewing all 8685 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>