The XModelConfig..::.VectorUnit enumeration defines unit and way of distance interpretation in the configuration.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public enum VectorUnit |
Members
Member name | Description | |
---|---|---|
Meter |
Values are in meters.
| |
Centimeter |
Values are in centimeters.
| |
ModelRelative |
Values are relative to the size of the model bounding volume.
| |
Relative1 |
Values are relative to the cube size.
|