SbSpherePlaneProjector Constructor (SbSphere, Single) |
Calls SbSpherePlaneProjector(sph, edgeTol, true).
Namespace: OIV.Inventor.ProjectorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbSpherePlaneProjector(
SbSphere sph,
float edgeTol
)
Public Sub New (
sph As SbSphere,
edgeTol As Single
)
public:
SbSpherePlaneProjector(
SbSphere sph,
float edgeTol
)
new :
sph : SbSphere *
edgeTol : float32 -> SbSpherePlaneProjector
Parameters
- sph
- Type: OIV.InventorSbSphere
- edgeTol
- Type: SystemSingle
Remarks See Also