Click or drag to resize
SbPlaneProjector Constructor (SbPlane, Boolean)

Constructor which is passed a plane.

Namespace: OIV.Inventor.Projectors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbPlaneProjector(
	SbPlane plane,
	bool orient
)

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