Click or drag to resize
Model3ds Properties

The Model3ds type exposes the following members.

Properties
  NameDescription
Public propertyFrameNumber
Gets or sets the frame number that is shown by this Model3ds.
Public propertyIsModel3DCloned
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.
Public propertyIsReader3dsShared
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.
Public propertyObjectName
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.
Public propertyPosition
Gets or sets the Position of the read 3ds model. The type of position is determined by PositionType property.
Public propertyPositionType
Gets or sets the VisualPositionType value that specifies the type of the Position
Public propertyCode examplePreserveScaleAspectRatio
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).
Public propertyCode exampleSizeX
Gets or sets the size in of the 3D model in X dimension.
Public propertyCode exampleSizeY
Gets or sets the size in of the 3D model in Y dimension.
Public propertyCode exampleSizeZ
Gets or sets the size in of the 3D model in Z dimension.
Public propertySource
Gets or sets the Source of the 3ds file
Public propertyTexturesPath
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")
Public propertyUsedReader3ds
Gets a Ab3d.Reader3ds instance that is used to read the 3ds file.
Top
See Also