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