relativePosition Property

Summary

Gets or sets the position of the paraxial slice on the curve relative to the total polygon's length.

Syntax
TypeScript
JavaScript
Object.defineProperty(ParaxialSlice.prototype, 'relativePosition', 
	get: function(), 
	set: function(value) 
) 
relativePosition: number; 

Property Value

Value that represents the position of the paraxial slice on the curve relative to the total polygon's length.

Remarks

A description follows on the meaning and usage of the polygon's length.

  • Setting the relativePosition value to 50, calculates the position of the paraxial slice to 50 pixel aways from the first polygon point.

  • The relativePosition value should not exceed the length of the polygon.

  • To get the length of the parent polygon use Length.

To move the paraxial slice manually, click on the paraxial slice line and drag it.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.