getCurveSegments

Syntax

<Path>.getCurveSegments(Table:table)

The method getCurveSegments gets the segments table of the curved object designated by <Path>.

Parameter

The parameter Table of data type table designates the table into which Plant Simulation writes the settings of the segment table.

Note:

The definition of the segments table always shows the original orientation of the segments without a possible rotation or mirroring. The rotation is stored in the attribute ObjectAngle and mirroring is stored in the attribute ObjectMirrored. This allows to keep inheritance of the definition of the segments even when one or more segments are rotated or mirrored.

Example

MyConveyor.getCurveSegments(curveSegmentsTable)

Related Topics

setCurveSegments

Segments table in 2D

Import Settings of a Curved Object from Another Simulation Model

Tab Curve

Segments table in 3D

_3D.getExtSegments in 3D