Skip to content

editorGlobalsOnPlaneConstraint

Class: OnPlaneConstraint

Stores original plane and desired distance separately for traceability

Hierarchy

PositionConstraint

OnPlaneConstraint

Index

Constructors

Properties

Methods

Constructors

constructor

+ new OnPlaneConstraint(plane: Plane, distance: any): OnPlaneConstraint

Defined in src/model/data/aligning/Alignments/Constraints/OnPlaneConstraint.ts:7

Parameters:

Name Type
plane Plane
distance any

Returns: OnPlaneConstraint

Properties

Private Readonly distance

distance: any

Defined in src/model/data/aligning/Alignments/Constraints/OnPlaneConstraint.ts:8


Private Readonly plane

plane: Plane

Defined in src/model/data/aligning/Alignments/Constraints/OnPlaneConstraint.ts:8

Methods

getPlane

getPlane(): Plane

Defined in src/model/data/aligning/Alignments/Constraints/OnPlaneConstraint.ts:16

Returns: Plane

Plane that was shifted in parallel by distance