Inserts the entity (plane or planar face of symmetry) for
symmetrical bolts.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub InsertReferenceGeometry( _
ByVal pDispEntity As System.Object _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim pDispEntity As System.Object
instance.InsertReferenceGeometry(pDispEntity) |
C# | |
---|
void InsertReferenceGeometry(
System.object pDispEntity
) |
C++/CLI | |
---|
void InsertReferenceGeometry(
& System.Object^ pDispEntity
) |
Parameters
- pDispEntity
- Entity (plane or planar face of symmetry)
See Also
Availability
SolidWorks Simulation API 2009 SP0