A point that makes up this CADFace
Syntax
public: __property double[]* get_Point3();
public: __property void set_Point3(
double[]* value
);
'Declaration
Public Property Point3 As Double()
'Usage
Dim instance As CADFace
Dim value() As Double
instance.Point3 = value
value = instance.Point3
See Also