Class CM3ItemGrid extends CM3ItemPoly
CM3ItemGrid Class
Represents:
- Straight lines
- Polylines
- Bezier curves
Settings include:
- ExtrusionType
- Path (aka spine)
- Crosssetion(s)
- SmoothingArray
- ScalingArray
- RotationArray
Copyright (C) 2020, Humboldt State University, Jim Graham
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General
Public License as published by the Free Software Foundation, either version 3 of the License, or (at your
option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see
.
Settings Group: ItemGrid
Setting |
Name |
Type |
Options |
Default |
Comments |
Type |
Type |
CMTYPE_ENUMERATED |
"Plane", "Sphere", "Cylinder", "Cone", "Complex", "InteriorPoles", "Conic", "Pseudocylindrical" |
Plane |
|
Closed |
Closed |
CMTYPE_BOOLEAN |
|
false |
|
NumRows |
Num Rows |
CMTYPE_INTEGER |
|
7 |
|
NumColumns |
Num Columns |
CMTYPE_INTEGER |
|
7 |
|
ColumnAnglesY |
Column Angles Y |
CMTYPE_FLOAT_ARRAY |
|
[45] |
|
ColumnAnglesZ |
Column Angles Z |
CMTYPE_FLOAT_ARRAY |
|
[45] |
|
ColumnWidths |
Column Widths |
CMTYPE_FLOAT_ARRAY |
|
[50] |
|
RowHeights |
Row Heights |
CMTYPE_FLOAT_ARRAY |
|
[50] |
|
Object Functions
Object Functions
SetControlPoints()
SetSmoothingColumnFlag()
Sets the flag for the curves in the direction of the columns to be smooth or not at the specific point in the control grid.
GetSmoothingColumnFlag()
Gets the flag for the curves in the direction of the columns to be smooth or not at the specific point in the control grid.