SoLevelOfSimplificationpercentages Property |
Percentage decimation for each child.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoMFFloat percentages { get; }
Public ReadOnly Property percentages As SoMFFloat
Get
public:
property SoMFFloat^ percentages {
SoMFFloat^ get ();
}
member percentages : SoMFFloat with get
Property Value
Type:
SoMFFloatRemarks Should be numbers between 0.0 and 1.0, with 1.0 representing full detail and 0.0 representing bounding box detail.
See Also