Click or drag to resize
AB4D logo

ExtentionsClearDXAttribute Method

Overload List
  NameDescription
Public methodStatic memberClearDXAttribute(Geometry3D, DXAttributeType)
Clears the value from DXAttributeType so that IsDXAttributeSet(Geometry3D, DXAttributeType) method returns false for that DXAttributeType.
Public methodStatic memberClearDXAttribute(Material, DXAttributeType)
Clears the value from DXAttributeType so that IsDXAttributeSet(Material, DXAttributeType) method returns false for that DXAttributeType.
Public methodStatic memberClearDXAttribute(Model3D, DXAttributeType)
Clears the value from DXAttributeType so that IsDXAttributeSet(Model3D, DXAttributeType) method returns false for that DXAttributeType.
Public methodStatic memberClearDXAttribute(Visual3D, DXAttributeType)
Clears the value from DXAttributeType so that IsDXAttributeSet(Visual3D, DXAttributeType) method returns false for that DXAttributeType.
Top
See Also