Click or drag to resize
SbSphereSectionProjectorSetTolerance Method

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

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 hemisphere. If this is 0.1, the projector is a slice of the sphere with radius 0.1*radius. Default is 0.9.

See Also