Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

2ba7c254 1b15 713b 2c17 2bddf26e84bf

haplokuon edited this page May 6, 2023 · 1 revision

UCS Methods

netDxf 3.0.0 Library

Methods

Clone() Creates a new UCS that is a copy of the current instance.
(Overrides TableObject.Clone())
Clone(String) Creates a new UCS that is a copy of the current instance.
(Overrides TableObject.Clone(String))
CompareTo(Object) Compares the current TableObject with another TableObject of the same type.
(Inherited from TableObject)
CompareTo(TableObject) Compares the current TableObject with another TableObject of the same type.
(Inherited from TableObject)
Equals(Object) Check if two TableObject are equal.
(Inherited from TableObject)
Equals(TableObject) Check if two TableObject are equal.
(Inherited from TableObject)
FromNormal(String, Vector3, Vector3) Creates a new user coordinate system from the XY plane normal (z-axis).
FromNormal(String, Vector3, Vector3, Double) Creates a new user coordinate system from the XY plane normal (z-axis).
FromXAxisAndPointOnXYplane Creates a new user coordinate system from the x-axis and a point on XY plane.
GetHashCode Returns the hash code for this instance.
(Inherited from TableObject)
GetReferences Gets the list of DxfObjects referenced by this instance.
(Overrides TableObject.GetReferences())
GetTransformation Gets the user coordinate system rotation matrix.
GetType Gets the Type of the current instance.
(Inherited from Object)
HasReferences Checks if this instance has been referenced by other DxfObjects.
(Overrides TableObject.HasReferences())
SetAxis Sets the user coordinate system x-axis and y-axis direction.
ToString Converts the value of this instance to its equivalent string representation.
(Inherited from TableObject)
Transform(IEnumerable(Vector3), CoordinateSystem, CoordinateSystem) Transforms a point list between coordinate systems.
Transform(Vector3, CoordinateSystem, CoordinateSystem) Transforms a point between coordinate systems.

See Also

Reference

UCS Class
netDxf.Tables Namespace

Clone this wiki locally