Click or drag to resize
AB4D logo

ExtensionsGetDXAttributeOrDefault Method

Overload List
 NameDescription
Public Extension MethodGetDXAttributeOrDefaultT(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.
Public Extension MethodGetDXAttributeOrDefaultT(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.
Public Extension MethodGetDXAttributeOrDefaultT(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.
Public Extension MethodGetDXAttributeOrDefaultT(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.
Public Extension MethodGetDXAttributeOrDefaultT(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.
Public Extension MethodGetDXAttributeOrDefaultT(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.
Public Extension MethodGetDXAttributeOrDefaultT(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.
Public Extension MethodGetDXAttributeOrDefaultT(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.
Top
See Also