Class CutOnPlane
A MaterialOperation that represents cutting a material by a plane
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class CutOnPlane : MaterialOperation
Properties
PlaneNormalVector
a vector pointing towards the half space of the plane that is kept after the cut operation
Declaration
public Vector3D PlaneNormalVector { get; }
Property Value
| Type | Description |
|---|---|
| Vector3D |
Point1
A point on the cut plane
Declaration
public Point3D Point1 { get; }
Property Value
| Type | Description |
|---|---|
| Point3D |