Grid Array¶
About¶
- Header File: mograph/description/mggridarray.h 
- Description Category: Scene Objects. A - c4d.BaseObject.
- Included Description:
 
Parameters¶
Parameters are accessed with C4DAtom.GetParameter()/C4DAtom.SetParameter().
Parameter: Count
- Parameter ID: c4d.MG_GRID_RESOLUTION 
- Parameter Type: - c4d.Vector
Parameter: Mode
- Parameter ID: c4d.MG_GRID_MODE 
- Parameter Type: int 
- Cycle Values:
- Per-Step (c4d.MG_GRID_MODE_PERSTEP) 
- Endpoint (c4d.MG_GRID_MODE_ENDPOINT) 
 
 
Parameter: Size
- Parameter ID: c4d.MG_GRID_SIZE 
- Parameter Type: - c4d.Vector
Parameter: Form
- Parameter ID: c4d.MG_GRID_TYPE 
- Parameter Type: int 
- Cycle Values:
- Cubic (c4d.MG_GRID_TYPE_CUBIC) 
- Sphere (c4d.MG_GRID_TYPE_SPHERE) 
- Cylinder (c4d.MG_GRID_TYPE_TUBE) 
- Object (c4d.MG_GRID_TYPE_OBJECT) 
 
 
Parameter: Fill
- Parameter ID: c4d.MG_GRID_INSIDE 
- Parameter Type: float 
Parameter: Object
- Parameter ID: c4d.MG_GRID_OBJECT 
- Parameter Type: - c4d.BaseList2D
Parameter: W(UV)-Orientation
- Parameter ID: c4d.MG_GRID_UVAXIS 
- Parameter Type: int 
- Cycle Values:
- +X (c4d.MG_GRID_UVAXIS_XP) 
- -X (c4d.MG_GRID_UVAXIS_XN) 
- +Y (c4d.MG_GRID_UVAXIS_YP) 
- -Y (c4d.MG_GRID_UVAXIS_YN) 
- +Z (c4d.MG_GRID_UVAXIS_ZP) 
- -Z (c4d.MG_GRID_UVAXIS_ZN)