Sets the name of the reference plane or reference axis used to specify material properties for orthotropic materials.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetReferencePlane( _
ByVal PlaneDisp As System.Object, _
ByRef ErrorCode As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWMaterial
Dim PlaneDisp As System.Object
Dim ErrorCode As System.Integer
instance.SetReferencePlane(PlaneDisp, ErrorCode) |
C++/CLI | |
---|
void SetReferencePlane(
& System.Object^ PlaneDisp,
& [Out] System.int ErrorCode
) |
Parameters
- PlaneDisp
- Reference entity
- ErrorCode
Error as defined in swsMaterialReferencePlaneError_e
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0