SoVertexProperty.normalBinding Property |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic SoSFEnum<SoVertexProperty. Bindings> normalBinding { get; }
Public ReadOnly Property normalBinding As SoSFEnum(Of SoVertexProperty.Bindings)
Get
public:
property SoSFEnum<SoVertexProperty. Bindings>^ normalBinding {
SoSFEnum<SoVertexProperty. Bindings>^ get ();
}
member normalBinding : SoSFEnum<SoVertexProperty. Bindings> with get
Property Value
Type:
SoSFEnum<SoVertexProperty.Bindings>
Remarks. Default is PER_VERTEX_INDEXED.
See Also