Layout Class |
Namespace: RootPro.RootProCAD
The Layout type exposes the following members.
Name | Description | |
---|---|---|
Angle |
Get or set layout angle (Degree) of layout.
| |
Document |
Get the document associated with the layout.
| |
Drawing |
Obtain the partial diagram associated with the layout.
| |
EnableScaleY |
Get or set whether to activate magnification in Y direction.
| |
ID |
Get the ID of the layout.
| |
Index |
Gets or sets the index in the collection of layouts.
| |
IsCurrent |
Get a value indicating whether it is the current layout.
| |
Name |
Get or set the name of the layout.
| |
Origin |
Gets or sets the placement point of the layout.
| |
ParentDrawing |
Get the parent part drawing of the layout.
| |
Region |
Gets or sets the region representing the layout range.
| |
ScaleX |
Get or set the magnification in the X direction of the layout.
| |
ScaleXDenominator |
Gets or sets the denominator of the magnification in the X direction of the layout.
| |
ScaleXNumerator |
Get or set the numerator of the magnification in the X direction of the layout.
| |
ScaleY |
Gets or sets the magnification in the Y direction of the layout.
| |
ScaleYDenominator |
Gets or sets the denominator of the magnification in the Y direction of the layout.
| |
ScaleYNumerator |
Get or set the numerator of the magnification in the Y direction of the layout.
|
Name | Description | |
---|---|---|
ConvertAngleLocalToWorld |
Convert the angle from the local coordinate system to the world coordinate system.
| |
ConvertAngleWorldToLocal |
Convert the angle from the world coordinate system to the local coordinate system.
| |
ConvertLengthLocalToWorld |
Convert the length from the local coordinate system to the world coordinate system.
| |
ConvertLengthWorldToLocal |
Convert the length from the world coordinate system to the local coordinate system.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MoveTo |
Move the layout to the specified position.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TransformPointLocalToWorld |
Convert the coordinates from the local coordinate system to the world coordinate system.
| |
TransformPointsLocalToWorld |
Convert multiple coordinates from the local coordinate system to the world coordinate system.
| |
TransformPointsWorldToLocal |
Convert multiple coordinates from the world coordinate system to the local coordinate system.
| |
TransformPointWorldToLocal |
Convert the coordinates from the world coordinate system to the local coordinate system.
| |
TransformShapeLocalToWorld |
Convert geometry from local coordinate system to world coordinate system.
| |
TransformShapesLocalToWorld |
Convert multiple geometries from the local coordinate system to the world coordinate system.
| |
TransformShapesWorldToLocal |
Convert multiple geometries from world coordinate system to local coordinate system.
| |
TransformShapeWorldToLocal |
Convert geometry from world coordinate system to local coordinate system.
|