Click or drag to resize
SoClipPlaneElementGet Method (Int32, Boolean)

Returns the indexed plane an element as an OIV.Inventor.SbPlane.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbPlane Get(
	int index,
	bool inWorldSpace
)

Parameters

index
Type: SystemInt32
inWorldSpace
Type: SystemBoolean

Return Value

Type: SbPlane
Remarks

The plane can be returned in object or world space.

See Also