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