SoShapeBeginShape Method (SoAction, SoShapeTriangleShapes) |
Calls BeginShape(action, shapeType, (OIV.Inventor.Details.SoFaceDetail ^)nullptr).
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 BeginShape(
SoAction action,
SoShapeTriangleShapes shapeType
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub BeginShape (
action As SoAction,
shapeType As SoShapeTriangleShapes
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void BeginShape(
SoAction^ action,
SoShapeTriangleShapes shapeType
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member BeginShape :
action : SoAction *
shapeType : SoShapeTriangleShapes -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoAction
- shapeType
- Type: OIV.Inventor.NodesSoShapeTriangleShapes
Remarks See Also