Class DispList
A combination of IDisplayee and SynList<T>.
public class DispList : SynList<IDisplayee>, IList<IDisplayee>, ICollection<IDisplayee>, IEnumerable<IDisplayee>, IEnumerable, IDisplayee, IExpandToBox3d
- Inheritance
-
DispList
- Implements
- Inherited Members
- Extension Methods
Constructors
DispList(DispList)
public DispList(DispList src)
Parameters
src
DispList
DispList(params IDisplayee[])
public DispList(params IDisplayee[] displayees)
Parameters
displayees
IDisplayee[]
DispList(IEnumerable<IDisplayee>)
public DispList(IEnumerable<IDisplayee> src)
Parameters
src
IEnumerable<IDisplayee>
DispList(int)
public DispList(int cap = 8)
Parameters
cap
int
Methods
Display(Bind)
Display function called in DispEngine rendering loop.
public void Display(Bind bind)
Parameters
bind
BindBind with DispEngine. See Bind.
ExpandToBox3d(Box3d)
Expands the destination box. This function is usually used to compute the bounding box of elements.
public void ExpandToBox3d(Box3d dst)
Parameters
dst
Box3dDestination box