siGeneratorInputsDisposalMode Enum
Enumerations
enum
siGeneratorInputsDisposalMode
{
siKeepGenOpInputs
= 0,
siHideGenOpInputs
= 1,
siDeleteGenOpInputs
= 2
}
Detailed Description
This mode is used to determine if we should keep, hide or delete the inputs after a generator is applied
See also:
ApplyGenOp
,
ExtractFromComponents
,
MeshSubdivideWithCenter
Enumeration Type Documentation
enum siGeneratorInputsDisposalMode
Enumerator:
siKeepGenOpInputs
[0] Keep the inputs
siHideGenOpInputs
[1] Hide the inputs
siDeleteGenOpInputs
[2] Delete the inputs