SbCylinderProjectorSetFront Method |
Sets whether the projector should intersect the half of the cylinder that faces the eye.
Namespace: OIV.Inventor.ProjectorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetFront(
bool isFront
)
Public Sub SetFront (
isFront As Boolean
)
public:
void SetFront(
bool isFront
)
member SetFront :
isFront : bool -> unit
Parameters
- isFront
- Type: SystemBoolean
Remarks Set to false if the projector should intersect with the rear half.
See Also