Class RectangleType
public class RectangleType
- Inheritance
-
RectangleType
- Inherited Members
- Extension Methods
Constructors
RectangleType(Point3d, Vector3d, Vector3d, double, double)
public RectangleType(Point3d baseCorner, Vector3d xDir, Vector3d yDir, double xDim, double yDim)
Parameters
Properties
BaseCorner
public Point3d BaseCorner { get; set; }
Property Value
DimX
public double DimX { get; set; }
Property Value
DimY
public double DimY { get; set; }
Property Value
LocalX
public Vector3d LocalX { get; set; }
Property Value
LocalY
public Vector3d LocalY { get; set; }