Skip to content

editorGlobalsPlateGeometry

Class: PlateGeometry

Hierarchy

  • PlateGeometry

Index

Properties

Methods

Properties

Static Private points

points: MeshPoint[]

Defined in src/modules/kyub.core.plate/src/PlateGeometry.ts:8

Methods

Static generateCoplanarPlate

generateCoplanarPlate(length: number): MeshSurface

Defined in src/modules/kyub.core.plate/src/PlateGeometry.ts:18

Parameters:

Name Type Description
length number length of the closest edge from the clicked point on the surface

Returns: MeshSurface

a mesh surface


Static generateCrossPlate

generateCrossPlate(length: number, plength: number): MeshSurface

Defined in src/modules/kyub.core.plate/src/PlateGeometry.ts:123

Parameters:

Name Type Description
length number length of the closest edge from the clicked point on the surface
plength number length of the perpendicular edge to the closest edge from the clicked point on the surface

Returns: MeshSurface

a mesh surface


Static generateOrthogonalPlate

generateOrthogonalPlate(length: number, plateSide: PlateSide): MeshSurface

Defined in src/modules/kyub.core.plate/src/PlateGeometry.ts:41

Parameters:

Name Type Description
length number length of the closest edge from the clicked point on the surface
plateSide PlateSide side of the clicked surface

Returns: MeshSurface

a mesh surface


Static generatePolygonalPlate

generatePolygonalPlate(length: number, sides: number): MeshSurface

Defined in src/modules/kyub.core.plate/src/PlateGeometry.ts:149

Parameters:

Name Type Description
length number length of the closest edge from the clicked point on the surface
sides number Number of side of the polygon

Returns: MeshSurface

a mesh surface


Static generateTPlate

generateTPlate(length: number, plength: number, plateSide: PlateSide): MeshSurface

Defined in src/modules/kyub.core.plate/src/PlateGeometry.ts:74

Parameters:

Name Type Description
length number length of the closest edge from the clicked point on the surface
plength number length of the perpendicular edge to the closest edge from the clicked point on the surface
plateSide PlateSide side of the clicked surface

Returns: MeshSurface

a mesh surface