Click or drag to resize
SoVRMLDisk2DinnerRadius Property

Specifies the inner radius of the disk.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFFloat innerRadius { get; }

Property Value

Type: SoSFFloat
Remarks

Must 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