| Name | Description |
---|
| GetDXAttributeOrDefaultT(Geometry3D, DXAttributeType) |
Gets the value of the specified DXAttributeType from the specified Geometry3D.
If the attributeType does not exists then a default value for the type T is returned.
|
| GetDXAttributeOrDefaultT(Material, DXAttributeType) |
Gets the value of the specified DXAttributeType from the specified System.Windows.Media.Media3D.Material.
If the attributeType does not exists then a default value for the type T is returned.
|
| GetDXAttributeOrDefaultT(Model3D, DXAttributeType) |
Gets the value of the specified DXAttributeType from the specified Model3D.
If the attributeType does not exists then a default value for the type T is returned.
|
| GetDXAttributeOrDefaultT(Visual3D, DXAttributeType) |
Gets the value of the specified DXAttributeType from the specified Visual3D.
If the attributeType does not exists then a default value for the type T is returned.
|
| GetDXAttributeOrDefaultT(Geometry3D, DXAttributeType, T) |
Gets the value of the specified DXAttributeType from the specified Geometry3D.
If the attributeType does not exists then the specified defaultValue is returned.
|
| GetDXAttributeOrDefaultT(Material, DXAttributeType, T) |
Gets the value of the specified DXAttributeType from the specified System.Windows.Media.Media3D.Material.
If the attributeType does not exists then the specified defaultValue is returned.
|
| GetDXAttributeOrDefaultT(Model3D, DXAttributeType, T) |
Gets the value of the specified DXAttributeType from the specified Model3D.
If the attributeType does not exists then the specified defaultValue is returned.
|
| GetDXAttributeOrDefaultT(Visual3D, DXAttributeType, T) |
Gets the value of the specified DXAttributeType from the specified Visual3D.
If the attributeType does not exists then the specified defaultValue is returned.
|