| SbCylinderSetValue Method |
Changes the axis and radius.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.39.0.Release.27472774f05218f47d897e52c3791dccca1041b1
Syntaxpublic void SetValue(
SbLine a,
float r
)
Public Sub SetValue (
a As SbLine,
r As Single
)
public:
void SetValue(
SbLine a,
float r
)
member SetValue :
a : SbLine *
r : float32 -> unit
Parameters
- a
- Type: OIV.InventorSbLine
Cylinder axis. - r
- Type: SystemSingle
Cylinder radius.
See Also