SbCylinderSectionProjectorSetTolerance Method |
Sets the edge tolerance as a fraction of the radius of the cylinder.
Namespace: OIV.Inventor.ProjectorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetTolerance(
float edgeTol
)
Public Sub SetTolerance (
edgeTol As Single
)
public:
void SetTolerance(
float edgeTol
)
member SetTolerance :
edgeTol : float32 -> unit
Parameters
- edgeTol
- Type: SystemSingle
Remarks If this is 1.0, the projector is a half cylinder. If this is 0.1, the projector is a slice of the cylinder with radius 0.1*radius. Default is 0.9.
See Also