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