IMdLoft::FirstDirection

Use this property to get and set the arrow direction for first entity selected. A direction arrow is displayed to set the slope direction.

Compatibility

Cimatron 2024 or later

Syntax

double[] FirstDirection {get; set;};

FirstDirection: System.Double[]

Return Type

Return: double[]

pDir-Double type one dimensional array of vector coordinates that defines an arrow direction for first entity selected.

   

Input Type

Input: double[]

iDir-double type one dimensional array of vector coordinates that defines an arrow direction for first entity selected.

   

Remarks

None

Example