SoShapeShapeVertex Method |
add a primitive vertex to the shape prevously started with OIV.Inventor.Nodes.SoShape.BeginShape(OIV.Inventor.Actions.SoAction, OIV.Inventor.Nodes.SoShape.TriangleShapes, OIV.Inventor.Details.SoFaceDetail).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void ShapeVertex(
out SoPrimitiveVertex v
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub ShapeVertex (
<OutAttribute> ByRef v As SoPrimitiveVertex
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void ShapeVertex(
[InAttribute] [OutAttribute] SoPrimitiveVertex% v
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member ShapeVertex :
v : SoPrimitiveVertex byref -> unit
Parameters
- v
- Type: OIV.InventorSoPrimitiveVertex
Remarks See Also