|
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.MaterialsAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax bool IsRenderingOnlyHiddenLines { get; }
Property Value
BooleanSee Also