Table of Contents

Class CoordSystemByPoint

Namespace
IdeaRS.OpenModel.Geometry3D
Assembly
IdeaRS.OpenModel.dll

Coordinates system defid by the point and the plane

[OpenModelClass("CI.Geometry3D.CoordSystemByPoint,CI.Geometry3D")]
public class CoordSystemByPoint : CoordSystem

Inheritance

Inherited Members

Properties

InPlane

Point is in Plane

public Plane InPlane { get; set; }

Property Value

Plane

Point

Point where Y o Z axis is located

public Point3D Point { get; set; }

Property Value

Point3D