| Name | Description |
---|
| GetDXAttribute(Geometry3D, DXAttributeType) |
Gets the value of the specified DXAttributeType from the specified Geometry3D.
If the attributeType does not exists then an exception is thrown.
Use GetDXAttributeOrDefaultT(Geometry3D, DXAttributeType) or GetDXAttributeOrDefaultT(Geometry3D, DXAttributeType, T) to prevent throwing exception when the value is not set.
|
| GetDXAttribute(Material, DXAttributeType) |
Gets the value of the specified DXAttributeType from the specified System.Windows.Media.Media3D.Material.
If the attributeType does not exists then an exception is thrown.
Use GetDXAttributeOrDefaultT(Material, DXAttributeType) or GetDXAttributeOrDefaultT(Material, DXAttributeType, T) to prevent throwing exception when the value is not set.
|
| GetDXAttribute(Model3D, DXAttributeType) |
Gets the value of the specified DXAttributeType from the specified Model3D.
If the attributeType does not exists then an exception is thrown.
Use GetDXAttributeOrDefaultT(Model3D, DXAttributeType) or GetDXAttributeOrDefaultT(Model3D, DXAttributeType, T) to prevent throwing exception when the value is not set.
|
| GetDXAttribute(Visual3D, DXAttributeType) |
Gets the value of the specified DXAttributeType from the specified Visual3D.
If the attributeType does not exists then an exception is thrown.
Use GetDXAttributeOrDefaultT(Visual3D, DXAttributeType) or GetDXAttributeOrDefaultT(Visual3D, DXAttributeType, T) to prevent throwing exception when the value is not set.
|