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.1.1.0 (10.17.1.0)
Syntaxpublic void BeginShape(
SoSimplifierShapeTypes name_21456
)
Public Sub BeginShape (
name_21456 As SoSimplifierShapeTypes
)
public:
void BeginShape(
SoSimplifierShapeTypes name_21456
)
member BeginShape :
name_21456 : SoSimplifierShapeTypes -> unit
Parameters
- name_21456
- Type: OIV.Inventor.SimplifierSoSimplifierShapeTypes
RemarksShapeType can be one of TRIANGLES, TRIANGLE_STRIP, TRIANGLE_FAN.
See Also