Click or drag to resize

PrimitiveBox Class

Box Primitive (TYPE : 2)
Inheritance Hierarchy
SystemObject
  VIZCore3D.NET.ManagerPrimitiveObject
    VIZCore3D.NET.ManagerPrimitiveBox

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public class PrimitiveBox : PrimitiveObject

The PrimitiveBox type exposes the following members.

Constructors
 NameDescription
Public methodPrimitiveBox Construction
Top
Properties
 NameDescription
Public propertyBoundBox Minimum/Maximum Point
Public propertyLength Length
Public propertyMatrix Matrix
Top
Methods
 NameDescription
Public methodExportPrimitive Export REV
Public methodSet2Point Set Start, End Point
Public methodSetMinMaxPoints(BoundBox3D) Set BoundBox(Min. ~ Max), Matrix
Public methodSetMinMaxPoints(BoundBox3D, Single) Set Min. Point, Max. Point, Matrix
Top
See Also