CoordinateSystem3d Constructor
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public CoordinateSystem3d(
Point3d o,
Vector3d x,
Vector3d y
)
Public Sub New (
o As Point3d,
x As Vector3d,
y As Vector3d
)
public:
CoordinateSystem3d(
Point3d o,
Vector3d x,
Vector3d y
)
new :
o : Point3d *
x : Vector3d *
y : Vector3d -> CoordinateSystem3d
Parameters
- o Point3d
-
- x Vector3d
-
- y Vector3d
-
See Also