IMdAdvancedLine::DirectionVector

Use this method to get or set direction vector coordinates. This property is applicable only when IMdAdvancedLine::Mode is set to the cmModByDirection mode.

Compatibility

Cimatron 2024 or later

Syntax

double[] DirectionVector {get; set;}

DirectionVector:System.Double[]

Return Type

Return: double[]

pVal -  A variant that contains double type one dimensional array of vector coordinates
   

Input Type

Input: double[]

newVal - A variant that contains double type one dimensional array of vector coordinates
   

Remarks

None

Example