Spline Mask¶
About¶
Header File: mograph/description/omograph_splinemask.h
Description Category: Scene Objects. A
c4d.BaseObject
.- Included Description:
Parameters¶
Parameters are accessed with C4DAtom.GetParameter()
/C4DAtom.SetParameter()
.
Parameter: Mode
Parameter ID: c4d.MGSPLINEMASKOBJECT_MODE
Parameter Type: int
- Cycle Values:
Union (c4d.MGSPLINEMASKOBJECT_MODE_AUNIONB)
A subtract B (c4d.MGSPLINEMASKOBJECT_MODE_AMINUSB)
B subtract A (c4d.MGSPLINEMASKOBJECT_MODE_BMINUSA)
And (c4d.MGSPLINEMASKOBJECT_MODE_AND)
Or (c4d.MGSPLINEMASKOBJECT_MODE_OR)
Intersection (c4d.MGSPLINEMASKOBJECT_MODE_INTERSECTION)
Parameter: Axis
Parameter ID: c4d.MGSPLINEMASKOBJECT_AXIS
Parameter Type: int
- Cycle Values:
XY (Along Z) (c4d.MGSPLINEMASKOBJECT_AXIS_XY)
ZY (Along X) (c4d.MGSPLINEMASKOBJECT_AXIS_ZY)
XZ (Along Y) (c4d.MGSPLINEMASKOBJECT_AXIS_XZ)
Viewport (Render View) (c4d.MGSPLINEMASKOBJECT_AXIS_SCREEN)
Parameter: Create Cap
Parameter ID: c4d.MGSPLINEMASKOBJECT_CREATECAP
Parameter Type: bool