|
|
Sets the model units and transform.
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub SetModelUnitsAndTransform ( _ model As Model, _ units As Units, _ transform As Transform3D, _ transformReflected As Boolean _ ) |
| C# |
|---|
public void SetModelUnitsAndTransform( Model model, Units units, Transform3D transform, bool transformReflected ) |
| Visual C++ |
|---|
public: void SetModelUnitsAndTransform( Model^ model, Units units, Transform3D^ transform, bool transformReflected ) |
Parameters
- model
- Type: Autodesk.Navisworks.Api..::..Model
- units
- Type: Autodesk.Navisworks.Api..::..Units
- transform
- Type: Autodesk.Navisworks.Api..::..Transform3D
- transformReflected
- Type: System..::..Boolean