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