IMdLoft::SecondDirection

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

Compatibility

Cimatron 2024 or later

Syntax

double[] SecondDirection {get; set;};

SecondDirection: System.Double[]

Return Type

Return: double[]

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

   

Input Type

Input: double[]

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

   

Remarks

None

Example