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