SI_Angle

Indicates how angle values are expressed in the file. If not specified, the values in the file should be considered as being expressed in degrees.

 

This template corresponds to the CSLAngle class.

Limitations

This template is ignored when imported into Softimage, although a warning appears if the angle is not expressed in degrees.

Introduced

1.3

Template

SI_Angle {
   <type>;
}

Members

Member name

Type

Description

type

int

Specifies angle representation:

0 = degrees

1 = radians

Example

SI_Angle { 
   0,
}


Autodesk Crosswalk v3.2