SbCylinderProjectorIsPointInFront Method |
Gets 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: 2023.1.3.0 (2023.1.3)
Syntax public bool IsPointInFront(
SbVec3f point
)
Public Function IsPointInFront (
point As SbVec3f
) As Boolean
public:
bool IsPointInFront(
SbVec3f point
)
member IsPointInFront :
point : SbVec3f -> bool
Parameters
- point
- Type: OIV.InventorSbVec3f
Return Value
Type:
BooleanRemarks See Also