Enum InsertionPoints
- Namespace
- IdeaRS.OpenModel.Model
- Assembly
- IdeaRS.OpenModel.dll
public enum InsertionPoints
Fields
Bottom = 2
-
The lower of the two points located at the intersection of the Z axis and the outer rectangle.
BottomLeft = 8
-
Lower left corner of the outer rectangle.
BottomRight = 7
-
Lower right corner of the outer rectangle.
Center = 9
-
Point lying on the intersection of the centers of the upper and lower sides and the centers of the left and right sides of the outer rectangle.
CenterBottom = 11
-
Center of the bottom side of the outer rectangle.
CenterLeft = 12
-
Center of the left side of the outer rectangle.
CenterOfGravity = 0
-
Center of Gravity.
CenterRight = 13
-
Center of the right side of the outer rectangle.
CenterTop = 10
-
Center of the top side of the outer rectangle.
Left = 3
-
Left of two points located at the intersection of the Y axis and the outer rectangle.
Right = 4
-
Right of two points located at the intersection of the Y axis and the outer rectangle.
Top = 1
-
The upper of the two points located at the intersection of the Z axis and the outer rectangle.
TopLeft = 6
-
Upper left corner of the outer rectangle.
TopRight = 5
-
Upper right corner of the outer rectangle.