Click or drag to resize
SbCylinderSectionProjectorSetTolerance Method

Sets the edge tolerance as a fraction of the radius of the cylinder.

Namespace: OIV.Inventor.Projectors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetTolerance(
	float edgeTol
)

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