SoVRMLDisk2DinnerRadius Property |
Specifies the inner radius of the disk.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFFloat innerRadius { get; }
Public ReadOnly Property innerRadius As SoSFFloat
Get
public:
property SoSFFloat^ innerRadius {
SoSFFloat^ get ();
}
member innerRadius : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksMust be greater or equal to 0.0. If the value of innerRadius is 0.0, the Disk2D is completely filled. Otherwise, the area within the innerRadius forms a hole in the Disk2D.
See Also