Click or drag to resize

Circle3Points Methods

[This is preliminary documentation and is subject to change.]

The Circle3Points type exposes the following members.

Methods
  NameDescription
Protected methodCalculatePointOnPosition
Calculates the coordinates of the point at the requested, relative, position
(Inherited from CircularBase.)
Protected methodCheckRelativeParameters
Checks the given relative parameters if they are OK
(Inherited from CircularBase.)
Protected methodDetermineRelativePart (Overrides CircularBaseDetermineRelativePart(Double, Double).)
Public methodGetAbsolutePart(Double, Double)
Retrieves an absolute part of the curve as new curve
(Inherited from Curve.)
Public methodGetAbsolutePart(Double, Double, Origin)
Retrieves an absolute part of the curve as a new curve. The origin parameter will dictate the direction of the curve
(Inherited from Curve.)
Public methodGetCoordinateSystemOnRelativePosition
Returns the coordinate system in a given point on the curve
(Inherited from CircularBase.)
Public methodGetPointOnPosition
Retrieve a point on the specified position of the curve
(Inherited from CircularBase.)
Public methodGetPositions
Generate a list of relative values that represent positions on the curve. All values are between 0 and 1
(Inherited from Curve.)
Public methodGetPositionsByApproximation
Generate a list of relative values that represent positions on the curve. The amount of values returned is determined by GetSegmentCount
(Inherited from Curve.)
Public methodGetPositionsByCount
Generate a number of relative values that represent positions on the curve. All values are between 0 and 1
(Inherited from Curve.)
Public methodGetRelativePart(Double, Double)
Retrieves a relative part of the curve as new curve
(Inherited from Curve.)
Public methodGetRelativePart(Double, Double, Origin)
Retrieves a relative part of the curve as a new curve. The origin parameter will dictate the direction of the curve
(Inherited from Curve.)
Public methodCode exampleGetSegmentCount
Determines out of how many "segments" the curve should exist when rendering.
(Inherited from CircularBase.)
Public methodGetTangentVector
Retrieves the tangent vector of the curve at the specified position
(Inherited from CircularBase.)
Public methodIsPointOn
Verifies the given point is on the curve
(Overrides CurveIsPointOn(Point).)
Public methodLength
Determines the length of the curve, in meters
(Inherited from CircularBase.)
Top
See Also