-
Notifications
You must be signed in to change notification settings - Fork 0
DiGi.Geometry.Core.Enums
Specifies the alignment orientation.
public enum AlignmentUndefined 0
Specifies that the alignment is undefined.
Horizontal 1
Represents horizontal alignment.
Vertical 2
Specifies vertical alignment.
Specifies the type of 3D boolean operation.
public enum BooleanOpertaionTypeIntersection 0
Represents an intersection operation.
Union 1
Represents a union operation.
Difference 2
Represents a difference operation.
Specifies the position of a corner.
public enum CornerUndefined 0
Represents an undefined corner.
BottomLeft 1
Represents the bottom left corner.
BottomRight 2
Represents the bottom right corner.
TopRight 3
Represents the top right corner.
TopLeft 4
Represents the top left corner.
Specifies the orientation of three points in a two-dimensional plane.
public enum OrientationUndefined 0
Represents an undefined orientation.
Collinear 1
Indicates that the points are collinear, meaning they lie on the same straight line.
Clockwise 2
Specifies a clockwise orientation.
CounterClockwise 3
Specifies an orientation that is counter-clockwise.
Specifies the method used to connect points.
public enum PointConnectMethodUndefined 0
Indicates that the point connection method is undefined or not specified.
Ends 1
Specifies that the point connection method uses the ends.
Projection 2
Specifies that the connection between points is established using a projection method.
Represents the spatial relation of a point to the boundary of a closed 3D volume.
public enum PointRelationUndefined 0
The relation could not be determined.
Outside 1
The point lies outside the volume.
On 2
The point lies on the boundary surface (within tolerance).
Inside 3
The point lies strictly inside the volume.
Specifies the side or orientation of a boundary.
public enum SideUndefined 0
Indicates that the side is undefined or unspecified.
Internal 1
Represents the internal side.
External 2
Represents the external side.
Specifies the vertical position of an object relative to a reference point.
public enum VerticalPositionUndefined 0
Indicates that the vertical position is undefined.
Above 1
Indicates that the vertical position is above.
Below 2
Specifies that the position is below.
On 3
Specifies that the vertical position is On.
Inside 4
Specifies that the vertical position is inside.