SoVRMLTriangleccw Property |
Indicates whether the vertices are ordered in a counterclockwise direction when viewed from the outside (true) or in a clockwise direction (false).
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool ccw { get; }
Public ReadOnly Property ccw As SoSFBool
Get
public:
property SoSFBool^ ccw {
SoSFBool^ get ();
}
member ccw : SoSFBool with get
Property Value
Type:
SoSFBool
Remarks
See Also