SoClipPlaneElementGet Method (Int32, Boolean) |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbPlane Get(
int index,
bool inWorldSpace
)
Public Function Get (
index As Integer,
inWorldSpace As Boolean
) As SbPlane
public:
SbPlane Get(
int index,
bool inWorldSpace
)
member Get :
index : int *
inWorldSpace : bool -> SbPlane
Parameters
- index
- Type: SystemInt32
- inWorldSpace
- Type: SystemBoolean
Return Value
Type:
SbPlaneRemarks The plane can be returned in object or world space.
See Also