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: 10.12.3.0 (10.12.3.0)
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