SoVRMLIndexedFaceSetconvex Property |
Indicates whether faces of a shape are convex (true).
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool convex { get; }
Public ReadOnly Property convex As SoSFBool
Get
public:
property SoSFBool^ convex {
SoSFBool^ get ();
}
member convex : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksIf nothing is known about the faces, set this value to false.
See Also