Introduced
7.0
Description
Defines the particle shape types for rendering.
C# Syntax
siICEShapeType.siICEShapeUnknown // -1 siICEShapeType.siICEShapePoint // 0 siICEShapeType.siICEShapeSegment // 1 siICEShapeType.siICEShapeDisc // 2 siICEShapeType.siICEShapeRectangle // 3 siICEShapeType.siICEShapeSphere // 4 siICEShapeType.siICEShapeBox // 5 siICEShapeType.siICEShapeCylinder // 6 siICEShapeType.siICEShapeCapsule // 7 siICEShapeType.siICEShapeCone // 8 siICEShapeType.siICEShapeBlob // 9 siICEShapeType.siICEShapeInstance // 128 siICEShapeType.siICEShapeReference // 129
|
Constant |
Value |
Description |
|
-1 |
Unknown type. |
|
|
0 |
Point type. |
|
|
1 |
Segment type. |
|
|
2 |
Disc type. |
|
|
3 |
Unknown type. |
|
|
4 |
Sphere type. |
|
|
5 |
Box type. |
|
|
6 |
Cylinder type. |
|
|
7 |
Capsule type. |
|
|
8 |
Cone type. |
|
|
9 |
Blob type. |
|
|
128 |
Instance type. |
|
|
129 |
Reference type. |
Applies To
Autodesk Softimage v7.5