Class Point3d
public class Point3d : IDrawing
- Inheritance
-
Point3d
- Implements
- Inherited Members
- Extension Methods
Constructors
Point3d(double, double, double, Layer_type, Style_type)
public Point3d(double x, double y, double z, Layer_type layer, Style_type style)
Parameters
xdoubleydoublezdoublelayerLayer_typestyleStyle_type
Properties
Style
public Style_type Style { get; set; }
Property Value
X
public double X { get; set; }
Property Value
Y
public double Y { get; set; }
Property Value
Z
public double Z { get; set; }
Property Value
Operators
implicit operator Point_type(Point3d)
public static implicit operator Point_type(Point3d point)
Parameters
pointPoint3d