Table of Contents

Class RectangleType

Namespace
FemDesign.Geometry
Assembly
FemDesign.Core.dll
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

baseCorner Point3d
xDir Vector3d
yDir Vector3d
xDim double
yDim double

Properties

BaseCorner

public Point3d BaseCorner { get; set; }

Property Value

Point3d

DimX

public double DimX { get; set; }

Property Value

double

DimY

public double DimY { get; set; }

Property Value

double

LocalX

public Vector3d LocalX { get; set; }

Property Value

Vector3d

LocalY

public Vector3d LocalY { get; set; }

Property Value

Vector3d