SbSphereSetValue Method (SbVec3f, Single) |
Change the center and radius.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.36.0.Release.d5e5954f18f5fba1171104a1eb3d2f8b0fc0d084
Syntaxpublic void SetValue(
SbVec3f c,
float r
)
Public Sub SetValue (
c As SbVec3f,
r As Single
)
public:
void SetValue(
SbVec3f c,
float r
)
member SetValue :
c : SbVec3f *
r : float32 -> unit
Parameters
- c
- Type: OIV.InventorSbVec3f
Center value. - r
- Type: SystemSingle
Radius value.
See Also