SoVertexFlagvertexUnmarked Property |
These are the fields for marked/unmarked vertices.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoMFInt32 vertexUnmarked { get; }
Public ReadOnly Property vertexUnmarked As SoMFInt32
Get
public:
property SoMFInt32^ vertexUnmarked {
SoMFInt32^ get ();
}
member vertexUnmarked : SoMFInt32 with get
Property Value
Type:
SoMFInt32Remarks If a vertex appears in both arrays, it is unmarked.
See Also