Click or drag to resize
AB4D logo

IHiddenLineMaterial Interface

IHiddenLineMaterial interface provides a property that specify if the hidden part of the line will be rendered.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public interface IHiddenLineMaterial

The IHiddenLineMaterial type exposes the following members.

Properties
 NameDescription
Public propertyIsRenderingOnlyHiddenLines 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)
Top
See Also