Model3ds Properties |
The Model3ds type exposes the following members.
Name | Description | |
---|---|---|
FrameNumber |
Gets or sets the frame number that is shown by this Model3ds.
| |
IsModel3DCloned |
Gets or sets a Boolean that specifies if the Model3D is cloned before it is set as the Model3dsVisual3D's Content. Default value is false.
| |
IsReader3dsShared |
Gets or sets a Boolean that specifies if the same Source 3ds file is read only once and is shared between all Model3dsVisual3Ds that use the same Source. Default value is true.
| |
ObjectName |
Gets or sets the name of the object from the Source 3ds file that will be shown. If empty (default) all the objects from 3ds will be shown.
| |
Position |
Gets or sets the Position of the read 3ds model. The type of position is determined by PositionType property.
| |
PositionType |
Gets or sets the VisualPositionType value that specifies the type of the Position | |
PreserveScaleAspectRatio |
Gets or sets a Boolean that specifies if the 3D model is scaled so its aspect ratio is preserved (the ratio between width, height and depth of the object).
| |
SizeX |
Gets or sets the size in of the 3D model in X dimension.
| |
SizeY |
Gets or sets the size in of the 3D model in Y dimension.
| |
SizeZ |
Gets or sets the size in of the 3D model in Z dimension.
| |
Source |
Gets or sets the Source of the 3ds file
| |
TexturesPath |
Gets or sets the path where the textures are located. If null or "" the path of the 3ds file is used.
It is also possible to set TexturesPath to url of the textures (http://...) or to the application resources ("pack://application:,,,/XAMLBrowserApplication1;component/models")
| |
UsedReader3ds |
Gets a Ab3d.Reader3ds instance that is used to read the 3ds file.
|