Inserts a target entity at the second location.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub InsertEntityAtSecondLocation( _
ByVal DispEntity As System.Object _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim DispEntity As System.Object
instance.InsertEntityAtSecondLocation(DispEntity) |
C# | |
---|
void InsertEntityAtSecondLocation(
System.object DispEntity
) |
C++/CLI | |
---|
void InsertEntityAtSecondLocation(
& System.Object^ DispEntity
) |
Parameters
- DispEntity
- Target entity (face, edge, or plane depending on the type of bolt connector)
See Also
Availability
SOLIDWORKS Simulation API 2009 SP0