Click or drag to resize
AB4D logo

ExtentionsGetDXAttributeOrDefault Method

Overload List
  NameDescription
Public methodStatic memberGetDXAttributeOrDefaultT(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 methodStatic memberGetDXAttributeOrDefaultT(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 methodStatic memberGetDXAttributeOrDefaultT(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 methodStatic memberGetDXAttributeOrDefaultT(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 methodStatic memberGetDXAttributeOrDefaultT(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 methodStatic memberGetDXAttributeOrDefaultT(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 methodStatic memberGetDXAttributeOrDefaultT(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 methodStatic memberGetDXAttributeOrDefaultT(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