editor › Globals › LinePosition
Class: LinePosition
Hierarchy
- LinePosition
Index
Constructors
Properties
Constructors
constructor
+ new LinePosition(coefficient: number, type: LinePositionType, section?: OutlineSection): LinePosition
Defined in src/model/data/PhysicalObject/LinePosition.ts:9
Parameters:
| Name | Type |
|---|---|
coefficient |
number |
type |
LinePositionType |
section? |
OutlineSection |
Returns: LinePosition
Properties
coefficient
• coefficient: number
Defined in src/model/data/PhysicalObject/LinePosition.ts:10
Optional section
• section? : OutlineSection
Defined in src/model/data/PhysicalObject/LinePosition.ts:10
type
• type: LinePositionType
Defined in src/model/data/PhysicalObject/LinePosition.ts:10