Class CutData
- Namespace
- IdeaRS.OpenModel.Connection
- Assembly
- IdeaRS.OpenModel.dll
Provides data of the cut beam
public class CutData
Inheritance
Inherited Members
Properties
Direction
Direction of cut [Parallel|Perpendicular]
public CutOrientation Direction { get; set; }
Property Value
NormalVector
Plane normal. Direction of normal set remove part of beam
public Vector3D NormalVector { get; set; }
Property Value
Offset
Offset - shift of cut
public double Offset { get; set; }
Property Value
PlanePoint
3DPlane Point
public Point3D PlanePoint { get; set; }