Click or drag to resize

G3DCoordinateSystem Methods

The G3DCoordinateSystem type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetAxisSideNameGets the name of the axis side.
Public methodGetAxisStyleInformation Gets axis information for the specified style identifier.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetIsoline Gets a iso line in a path object.
Public methodGetIsolineFromPlaneToPoint Draws an isoline beginning from a plane to the given point.
Public methodGetIsolineFromPointToPlane Gets an isoline beginning from a given point to the axis.
Public methodGetIsolineFromTo Get a line along the axis designated by the argument id from the logical values r0 to r1.
Public methodGetIsolineOnPlane 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.
Public methodGetJoinedAxisStyleIdentifier Returns the union of known axis-style identifiers and the supplied identifier sequences.
Public methodGetJoinedPlaneIdentifier Returns the union of known plane identifiers and the supplied identifier sequences.
Public methodGetLogicalDirection Gets the logical direction to the sides of an axis.
Public methodGetNameOfPlane Gets the name of the provided plane.
Public methodGetNormalizedDirection Converts logical coordinates along an isoline to layer coordinates and returns the direction of the isoline at this point.
Public methodGetPlaneInformation Gets plane information for the specified plane identifier.
Public methodGetPointOnPlane(CSPlaneID, Logical3D) Gets the point on the specified plane at the given logical coordinates.
Public methodGetPointOnPlane(CSPlaneID, Double, Double) Gets the point on the specified plane at the given logical coordinates.
Public methodGetPositionAndNormalizedDirection Converts logical coordinates along an isoline to layer coordinates and returns the direction of the isoline at this point.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLayerToLogicalCoordinates Calculates from two coordinates of a point the logical values (values between 0 and 1). Returns true if the conversion is possible, otherwise false.
Public methodLogicalToLayerCoordinates Calculates from two logical values (values between 0 and 1) the coordinates of the point. Returns true if the conversion is possible, otherwise false.
Public methodLogicalToLayerCoordinatesAndDirection Converts logical coordinates along an isoline to layer coordinates and the appropriate derivative.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWithLayerSize Returns a copy of this coordinate system with the specified layer size.
Top
See Also