Use this method to get or set the points of a line procedure. This property is applicable only when IMdAdvancedLine::Mode is set to the cmMod2Points mode.
Cimatron 2024 or later
System.Object[] PointsArray {get; set;}
PointsArray:System.Object[]
Return: System.Object[] |
pVal - A variant that contains System.Object type one dimensional array ,Each of which can be casted to interop.CimMdlrAPI.IPointData object |
Input: double[] |
newVal - A variant that contains double type one dimensional array of point coordinates in sequence |
None