Class CubicalFlagDrawing
A drawing class for cubical flag visualization.
public class CubicalFlagDrawing : IDisplayee, IExpandToBox3d
- Inheritance
-
CubicalFlagDrawing
- Implements
- Inherited Members
- Extension Methods
Constructors
CubicalFlagDrawing(double)
Initializes a new instance of the CubicalFlagDrawing class.
public CubicalFlagDrawing(double planDim = 16)
Parameters
planDim
doubleThe dimension of the plan.
Fields
planDim
Gets or sets the dimension of the plan.
public double planDim
Field Value
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
StaticDisplay(Bind, double)
Displays the cubical flag with the specified binding context.
public static void StaticDisplay(Bind bind, double planDim = 16)