SoSplitGeometryActionSetDistinguishSplitParts Method |
Calling this method before applying the action allows you to see how the action has split the objects.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetDistinguishSplitParts(
bool enable
)
Public Sub SetDistinguishSplitParts (
enable As Boolean
)
public:
void SetDistinguishSplitParts(
bool enable
)
member SetDistinguishSplitParts :
enable : bool -> unit
Parameters
- enable
- Type: SystemBoolean
RemarksEach new SoIndexedShape is assigned a unique material. Default is false.
See Also