The functions listed in this section provide access to basic information about existing weld features.
Functions introduced:
Use function ProWeldTypeGet() to output the type and subtype of the specified weld. Function ProWeldInfoGet() outputs the information you get by using the Creo Parametric command Info, in the Weld group, under the welding tab.
Function ProWeldIntermittenceGet() outputs information about an intermittent weld, describing the size, number, and location of the welds that form it.
Use function ProWeldSequenceIdGet() to obtain the sequence ID of a weld feature.
In Creo Simulate, you can add the welds created in Creo Parametric Welding application to models. During meshing, solid elements are created for solid weld objects while surface weld objects are compressed
to shells. The function ProMdlIsSolidWeld() checks if the specified solid has been created from a solid weld.
Use the function
ProWeldGeomTypeGet() to get the type of geometry representation for the specified weld. The types of geometry representations are defined in the
enumerated data type
ProWeldGeomType. The valid values are:
|
• |
PRO_WELD_LIGHT—Light welds reference existing curves or edges but have no geometry of their own. The welds are represented by the edge or
surface geometry it references. |
|
• |
PRO_WELD_SURFACE—Surface welds creates and shows the surface geometry. It is represented by surface geometry. |
|
• |
PRO_WELD_SOLID—Solid welds and edge preparations are geometric models that offer mass properties such as volume and surface area. |
Refer to the Creo Parametric Welding for more information.
Use function ProWeldRodGet() to provide the feature handle of the rod for the specified weld feature. Function ProWeldRodNameGet() gets the name of the specified weld rod feature.
ProWeldCompoundGet() outputs the list of welds in a compound weld.
Use functions ProWeldFilletdataGet(), ProWeldGroovedataGet(), ProWeldPlugdataGet(), ProWeldSlotdataGet(), and ProWeldSpotdataGet() to output data on a specific fillet, groove, plug, slot, or spot weld respectively.
Use the function ProWeldExtendedInfoToXMLExport() to print the information that is necessary to automatize the welding info file, in XML format.