SbPlaneProjector Constructor (SbPlane, Boolean) |
Constructor which is passed a plane.
Namespace: OIV.Inventor.ProjectorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbPlaneProjector(
SbPlane plane,
bool orient
)
Public Sub New (
plane As SbPlane,
orient As Boolean
)
public:
SbPlaneProjector(
SbPlane plane,
bool orient
)
new :
plane : SbPlane *
orient : bool -> SbPlaneProjector
Parameters
- plane
- Type: OIV.InventorSbPlane
- orient
- Type: SystemBoolean
Remarks If orient to eye is true, the plane will be reoriented to the eye.
See Also