SbPlaneProjector Constructor (Boolean) |
Namespace: OIV.Inventor.ProjectorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbPlaneProjector(
bool orient
)
Public Sub New (
orient As Boolean
)
public:
SbPlaneProjector(
bool orient
)
new :
orient : bool -> SbPlaneProjector
Parameters
- orient
- Type: SystemBoolean
Remarks The default plane passes through the origin and is oriented perpendicular to the Z axis.
See Also