SoSimplifierBeginShape Method |
Starts a new shape, ShapeType defines which triangle organization to use.
Namespace: OIV.Inventor.SimplifierAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void BeginShape(
SoSimplifierShapeTypes name_21957
)
Public Sub BeginShape (
name_21957 As SoSimplifierShapeTypes
)
public:
void BeginShape(
SoSimplifierShapeTypes name_21957
)
member BeginShape :
name_21957 : SoSimplifierShapeTypes -> unit
Parameters
- name_21957
- Type: OIV.Inventor.SimplifierSoSimplifierShapeTypes
Remarks ShapeType can be one of TRIANGLES, TRIANGLE_STRIP, TRIANGLE_FAN.
See Also