Description
The available types for user defined per particle ParticleAttribute.
C# Syntax
siParticleAttributeType.siPAVector4 // 0 siParticleAttributeType.siPAVector3 // 1 siParticleAttributeType.siPAFloat // 2 siParticleAttributeType.siPAInt // 3 siParticleAttributeType.siPAULong // 4 siParticleAttributeType.siPAUShort // 5 siParticleAttributeType.siPABool // 6 siParticleAttributeType.siPAUndefined // 7
|
Constant |
Value |
Description |
|
0 |
Type of vector containing 4 double-precision floating-point values. |
|
|
1 |
Type of vector containing 3 double-precision floating-point values. |
|
|
2 |
Floating-point type. |
|
|
3 |
Integer type. |
|
|
4 |
ULONG integer type. |
|
|
5 |
Unsigned short integer type. |
|
|
6 |
Boolean type. |
|
|
7 |
Error type returned when requesting the type for an undefined attribute. |
Applies To
|
|
Autodesk Softimage v7.5