cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

how to create custom elements along curve or points as profiles

伟曹
4-Participant

how to create custom elements along curve or points as profiles

Hi,

how to create custom elements along curve or points as profiles in AFX'S equipment?

FOR EXAMPLE:

IF_2ELEM_EXIST
USER_SELECTCURVESELECT_CURVE
USER_SELECTFACESELECT_FACE
END_IF_2
SEARCH_MDL_REFTHISCSYSACS0ACS0
/*CreateScrewconnection,ifReferenceisPoint
IF_5REF_TYPESELECT_CURVE_PNTCURVE_START
CREATE_UDFprofil_ref_csysASSEMBLY REF_CSYS
UDF_REFREF_CURVESELECT_CURVE
UDF_REFREF_PLANESELECT_FACE
UDF_REF  REF_CURVE_PNTSELECT_CURVE_PNT
UDF_EXP_REFREF_CSYS CSYS2
END_CREATE_UDF
ASSEMBLETHIS
  CSYSREF_CSYSACS0

END_ASSEMBLE

so now have a problom,how to create "CURVE_END"or"CURVE_START" in curve and  receive this information to "so now have a problom,how to create "CURVE_END"or"CURVE_START" in curve and  receive this information to "SELECT_CURVE_PNT"?

Can you help me?

Thanks a million !


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
1 REPLY 1

Hello.

I think, you must select this points manually, using command

USER_SELECT CURVE_END SELECT_CURVE_PNT

Top Tags