SoVRMLVertexShapecolorPerVertex Property |
If true, colors are applied to the vertices of the IndexedFaceSet.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool colorPerVertex { get; }
Public ReadOnly Property colorPerVertex As SoSFBool
Get
public:
property SoSFBool^ colorPerVertex {
SoSFBool^ get ();
}
member colorPerVertex : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksIf false, the colors are applied to the faces.
See Also