SoVertexPropertynormalBinding Property |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFEnum<SoVertexPropertyBindings> normalBinding { get; }
Public ReadOnly Property normalBinding As SoSFEnum(Of SoVertexPropertyBindings)
Get
public:
property SoSFEnum<SoVertexPropertyBindings>^ normalBinding {
SoSFEnum<SoVertexPropertyBindings>^ get ();
}
member normalBinding : SoSFEnum<SoVertexPropertyBindings> with get
Property Value
Type:
SoSFEnumSoVertexPropertyBindingsRemarks . Default is PER_VERTEX_INDEXED.
See Also