 | UCSFromXAxisAndPointOnXYplane Method |
imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a new user coordinate system from the x-axis and a point on XY plane.
Namespace:
netDxf.Tables
Assembly:
netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntaxpublic static UCS FromXAxisAndPointOnXYplane(
string name,
Vector3 origin,
Vector3 xDirection,
Vector3 pointOnPlaneXY
)
Request Example
View SourceParameters
- name
- Type: SystemString
User coordinate system name. - origin
- Type: netDxfVector3
Origin in WCS. - xDirection
- Type: netDxfVector3
X-axis direction in WCS. - pointOnPlaneXY
- Type: netDxfVector3
Point on the XYplane.
Return Value
Type:
UCSA new user coordinate system.
See Also