Click or drag to resize
AB4D logo

IHiddenLineMaterialIsRenderingOnlyHiddenLines Property

Gets a boolean that specifies if line with this material will be rendered when it is in front of other 3D objects (IsRenderingOnlyHiddenLines is false), or when the line is hidden - is behind other 3D objects (IsRenderingOnlyHiddenLines is true)

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
bool IsRenderingOnlyHiddenLines { get; }

Property Value

Boolean
See Also