Symbol3D.Symbol3D Constructors
Initializes a new instance of the Symbol3D class.
Overload List
Name | Description | |
---|---|---|
Public method | Symbol3D(System.String path, System.String fileName) | Initializes a new instance of the Symbol3D class with the given model. |
Public method | Symbol3D(System.String path, System.String fileName, Point aheadVector, Point upVector) | Initializes a new instance of the Symbol3D class with the given model and orientation. |
Symbol3D(System.String path, System.String fileName)
Initializes a new instance of the Symbol3D class with the given model.Syntax
public Symbol3D (
System.String path,
System.String fileName
)
Parameters
The path to where the model file is located.
The name of the model file.
Symbol3D(System.String path, System.String fileName, Point aheadVector, Point upVector)
Initializes a new instance of the Symbol3D class with the given model and orientation.Syntax
public Symbol3D (
System.String path,
System.String fileName,
Point aheadVector,
Point upVector
)
Parameters
The path to where the model file is located.
The name of the model file.
The forward vector of the model.
The up vector of the model.
Remarks
This constructor will reorient the model so that the up and forward vectors align with the up and forward vectors of the view.
Platforms
Windows, Linux, Android