Click or drag to resize
AB4D logo

BaseLineVisual3DIsSoftwareGeneratedMesh Property

Gets a Boolean that specifies if the mesh for this line is generated by the CPU in the LinesUpdater class. This value is set to true after the first mesh was generated. When false, then the value was either not yet set the line's mesh is generated on the graphics card by Ab3d.DXEngine (if value is false and the line was already shown).

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public bool IsSoftwareGeneratedMesh { get; }

Property Value

Boolean
See Also