SoGlobalSimplifyActionSetCatchAllShapesFlag Method |
Sets the flag that specifies whether simple shapes are simplified.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetCatchAllShapesFlag(
bool c
)
Public Sub SetCatchAllShapesFlag (
c As Boolean
)
public:
void SetCatchAllShapesFlag(
bool c
)
member SetCatchAllShapesFlag :
c : bool -> unit
Parameters
- c
- Type: SystemBoolean
RemarksIf true, simple shapes such as SoSphere, SoCone, etc, are faceted and simplified also. If false, then they are ignored. Default is true.
See Also