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