LocalCoordinateSystem Constructor |
3D Frame Analysis Library
Local coordinate system construction
Namespace:
MathLib
Assembly:
Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax public LocalCoordinateSystem(
GeometryXYZ _StartingPointOfLocalXAxis,
GeometryXYZ _EndingPointOfLocalXAxis,
GeometryXYZ _PointInPlaneXY
)
Public Sub New (
_StartingPointOfLocalXAxis As GeometryXYZ,
_EndingPointOfLocalXAxis As GeometryXYZ,
_PointInPlaneXY As GeometryXYZ
)
Parameters
- _StartingPointOfLocalXAxis
- Type: MathLibGeometryXYZ
First point on local X axis - _EndingPointOfLocalXAxis
- Type: MathLibGeometryXYZ
Second point on local X axis - _PointInPlaneXY
- Type: MathLibGeometryXYZ
Point in local XY plane
See Also