SoPolygonOffsetfactor Property |
Specifies a scale factor that is used to create a variable depth offset for each polygon.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFFloat factor { get; }
Public ReadOnly Property factor As SoSFFloat
Get
public:
property SoSFFloat^ factor {
SoSFFloat^ get ();
}
member factor : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksPositive values push polygons away from the camera (opposite of SoDepthOffset). Default = 1.0.
See Also