SbCylinderSectionProjectorIsWithinTolerance Method |
Finds whether this point on the cylinder or tolerance plane is within tolerance.
Namespace: OIV.Inventor.ProjectorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool IsWithinTolerance(
SbVec3f point
)
Public Function IsWithinTolerance (
point As SbVec3f
) As Boolean
public:
bool IsWithinTolerance(
SbVec3f point
)
member IsWithinTolerance :
point : SbVec3f -> bool
Parameters
- point
- Type: OIV.InventorSbVec3f
Return Value
Type:
BooleanRemarks See Also