SbSphereProjectorSetSphere Method |
Sets the sphere on which to project points.
Namespace: OIV.Inventor.ProjectorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetSphere(
SbSphere sph
)
Public Sub SetSphere (
sph As SbSphere
)
public:
void SetSphere(
SbSphere sph
)
member SetSphere :
sph : SbSphere -> unit
Parameters
- sph
- Type: OIV.InventorSbSphere
Remarks The default sphere has radius 1.0.
See Also