Following kind of point fasteners are by default available with DPM - Fastening Process Planner Sealant Point, Spot Weld, Stud, Glue Drop, Rivet, Screw, Clinch, Drill, Adhesive Point
Properties
- Property Style() As
-
Sets the CGR Style representation for the fastener in the 3D Viewer.
- Parameters:
-
- iStyleType
- of the CGR Style to be used for representation.
The valid set of Styles are :-- As specified in XML in tools-options page
- Example:
-
This example sets the CGR Style type of the fastener to Sphere provided it is available in XML file
MyFastener.Style = "Sphere"
- Property Symbol() As
-
Sets the symbol for representation for the fastener in the 3D Viewer.
- Parameters:
-
- iSymbolType
- of the symbol to be used for representation.
The valid set of symbols are :-- CROSS
- PLUS
- CONCENTRIC
- COINCIDENT
- FULLCIRCLE
- FULLSQUARE
- STAR
- DOT
- SMALLDOT
- Example:
-
This example sets the Symbol type of the fastener to red
MyFastener.Symbol = "FULLSQUARE"
Methods
- Sub GetDesignXYZYPR( ioXYZYPR)
- Returns Design data of the fastener. YPR values are in Degree.