G3DCoordinate |
[Missing <summary> documentation for "T:Altaxo.Graph.Graph3D.G3DCoordinateSystem"]
[SerializableAttribute] public abstract class G3DCoordinateSystem : ICoordinateSystem, IImmutable
The G3DCoordinateSystem type exposes the following members.
| Name | Description | |
|---|---|---|
| G3DCoordinateSystem | Initializes a new instance of the G3DCoordinateSystem class |
| Name | Description | |
|---|---|---|
| AxisStyles | Enumerators all axis style information. | |
| Is3D | Returns true when this is a 3D coordinate system. Returns false in all other cases. | |
| IsAffine | Returns true if the plot coordinates can be calculated as a linear transformation of the physical values. This means that all lines will keep being lines. Returns false if this is for instance a polar diagram. | |
| IsOrthogonal | Returns true if the plot area is orthogonal, i.e. if the x and the y axis are orthogonal to each other. | |
| PlaneStyles |
| Name | Description | |
|---|---|---|
| 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) | |
| GetAxisSideName | Gets the name of the axis side. | |
| GetAxisStyleInformation | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetIsoline | Gets a iso line in a path object. | |
| GetIsolineFromPlaneToPoint | Draws an isoline beginning from a plane to the given point. | |
| GetIsolineFromPointToPlane | Gets an isoline beginning from a given point to the axis. | |
| GetIsolineFromTo | Get a line along the axis designated by the argument id from the logical values r0 to r1. | |
| GetIsolineOnPlane | Draws an isoline on a plane beginning from r0 to r1. For r0,r1 either ry0,ry1 is used (if it is an x-axis), otherwise rx0,rx1 is used. The other parameter pair is not used. | |
| GetJoinedAxisStyleIdentifier | ||
| GetJoinedPlaneIdentifier | ||
| GetLogicalDirection | Gets the logical direction to the sides of an axis. | |
| GetNameOfPlane | Gets the name of the provided plane. | |
| GetNormalizedDirection | Converts logical coordinates along an isoline to layer coordinates and returns the direction of the isoline at this point. | |
| GetPlaneInformation | ||
| GetPointOnPlane(CSPlaneID, Logical3D) | ||
| GetPointOnPlane(CSPlaneID, Double, Double) | ||
| GetPositionAndNormalizedDirection | Converts logical coordinates along an isoline to layer coordinates and returns the direction of the isoline at this point. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| LayerToLogicalCoordinates | Calculates from two coordinates of a point the logical values (values between 0 and 1). Returns true if the conversion is possible, otherwise false. | |
| LogicalToLayerCoordinates | Calculates from two logical values (values between 0 and 1) the coordinates of the point. Returns true if the conversion is possible, otherwise false. | |
| LogicalToLayerCoordinatesAndDirection | Converts logical coordinates along an isoline to layer coordinates and the appropriate derivative. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| WithLayerSize | Returns an instance of this class, whose rectangular area size was set to the provided value |
| Name | Description | |
|---|---|---|
| _layerSize |