Table of Contents

Class Point3d

Namespace
FemDesign.Drawing
Assembly
FemDesign.Core.dll
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

x double
y double
z double
layer Layer_type
style Style_type

Properties

Style

public Style_type Style { get; set; }

Property Value

Style_type

X

public double X { get; set; }

Property Value

double

Y

public double Y { get; set; }

Property Value

double

Z

public double Z { get; set; }

Property Value

double

Operators

implicit operator Point_type(Point3d)

public static implicit operator Point_type(Point3d point)

Parameters

point Point3d

Returns

Point_type