Replaces the spot-weld entity (a face of a shell or solid body) on the first face.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub ReplaceEntityAtFirstFace( _
ByVal DispEntity As System.Object _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWSpotWeldConnector
Dim DispEntity As System.Object
instance.ReplaceEntityAtFirstFace(DispEntity) |
C# | |
---|
void ReplaceEntityAtFirstFace(
System.object DispEntity
) |
C++/CLI | |
---|
void ReplaceEntityAtFirstFace(
& System.Object^ DispEntity
) |
Parameters
- DispEntity
- Spot-weld entity (a face of a shell or solid body)
See Also
Availability
SOLIDWORKS Simulation API 2009 SP0