Line
|
The LineSegment2d type exposes the following members.
| Name | Description | |
|---|---|---|
| LineSegment2d | Default constructor for the LineSegment2d class. Creates a default corresponding C++ object with the lower parameter set to 0.0 and the upper parameter set to 1.0. | |
| LineSegment2d(Point2d, Point2d) | Constructor for the LineSegment2d class. Creates a line segment with two specified points. | |
| LineSegment2d(Point2d, Vector2d) | Constructor for the LineSegment2d class. Creates a line segment with a point and vector. |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| BoundBlock | Property that represents an oriented bounding box of
curve. (Inherited from Curve2d) |
|
| Direction | Property that represents a unit vector parallel to this linear
entity, and pointing in the direction of increasing parametric
value. (Inherited from LinearEntity2d) |
|
| EndPoint | Property that represents the end point of this line segment. | |
| HasEndPoint | Property that indicates whether the parametric interval of the
curve has an upper bound. (Inherited from Curve2d) |
|
| HasStartPoint | Property that indicates whether the parametric interval of the
curve has a lower bound. (Inherited from Curve2d) |
|
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| Length | Property that represents length of the line segment. | |
| MidPoint | Property that represents the middle point of this line segment. | |
| OrthoBoundBlock | Property that represents a bounding box whose edges are aligned
with the coordinate axes. (Inherited from Curve2d) |
|
| PointOnLine | Property that represents an arbitrary point on this linear
entity. (Inherited from LinearEntity2d) |
|
| StartPoint | Property that represents the start point of this line segment. | |
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| BaryComb | ||
| Clone | Clones this entity and returns a handle to the cloned
entity. (Inherited from Entity2d) |
|
| Create | Creates an object based on the passed pointer and returns a handle to the created object. | |
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| EvaluatePoint | Retrieves the point on the curve corresponding to the specified
parameter value. (Inherited from Curve2d) |
|
| Explode | Explodes the curve into its component sub-curves. (Inherited from Curve2d) |
|
| GetArea(Double, Double) | Retrieves the area of the parametric interval defined by the
passed start and end parameters. (Inherited from Curve2d) |
|
| GetArea(Double, Double, Tolerance) | Retrieves the area of the parametric interval defined by the
passed start and end parameters within the specified
tolerance. (Inherited from Curve2d) |
|
| GetBisector | Returns the infinite perpendicular bisector of this line segment. | |
| GetBoundBlockOf | Retrieves the oriented bounding box of the specified parametric
interval of this curve. (Inherited from Curve2d) |
|
| GetClosestPointTo(Curve2d) | Retrieves the closest points between this curve and the passed
curve. (Inherited from Curve2d) |
|
| GetClosestPointTo(Point2d) | Retrieves the closest point on this curve to the specified
point. (Inherited from Curve2d) |
|
| GetClosestPointTo(Curve2d, Tolerance) | Retrieves the closest points between this curve and the passed
curve within a specified tolerance. (Inherited from Curve2d) |
|
| GetClosestPointTo(Point2d, Tolerance) | Retrieves the closest point on this curve to the specified
point within the specified tolerance. (Inherited from Curve2d) |
|
| GetDistanceTo(Curve2d) | Retrieves the distance of the closest points between this curve
and the passed curve. (Inherited from Curve2d) |
|
| GetDistanceTo(Point2d) | Retrieves the distance of the closest point on this curve and
the specified point. (Inherited from Curve2d) |
|
| GetDistanceTo(Curve2d, Tolerance) | Retrieves the distance of the closest points between this curve
and the passed curve within a specified tolerance. (Inherited from Curve2d) |
|
| GetDistanceTo(Point2d, Tolerance) | Retrieves the distance of the closest point on this curve and
the specified point within a specified tolerance. (Inherited from Curve2d) |
|
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetInterval | Retrieves the parametric interval of this curve. (Inherited from Curve2d) |
|
| GetLength(Double, Double) | Retrieves the arc length of the curve between the two parameter
values. (Inherited from Curve2d) |
|
| GetLength(Double, Double, Tolerance) | Retrieves the arc length of the curve between the two parameter
values within a specified tolerance. (Inherited from Curve2d) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetLine | Returns an infinite line colinear with this linear
entity. (Inherited from LinearEntity2d) |
|
| GetNormalPoint(Point2d) | Retrieves the point on this curve where normal extends through
the passed point. (Inherited from Curve2d) |
|
| GetNormalPoint(Point2d, Tolerance) | Retrieves the point on this curve where normal extends through
the passed point within the specified tolerance. (Inherited from Curve2d) |
|
| GetOrthoBoundBlockOf | Retrieves the bounding box of the specified parametric range of
this curve. Bounding box sides are parallel to the coordinate
axes. (Inherited from Curve2d) |
|
| GetParameterAtLength(Double, Double, Boolean) | Retrieves the parameter value of the point whose arc length
distance is the input length. (Inherited from Curve2d) |
|
| GetParameterAtLength(Double, Double, Boolean, Tolerance) | Retrieves the parameter value of the point whose arc length
distance is the input length. (Inherited from Curve2d) |
|
| GetParameterOf(Point2d) | Retrieves the parameter value of a point. (Inherited from Curve2d) |
|
| GetParameterOf(Point2d, Tolerance) | Retrieves the parameter value of a point within a specified
tolerance. (Inherited from Curve2d) |
|
| GetPerpendicularLine | Returns a 2D line that is perpendicular to this linear entity
and passes through the specified point. (Inherited from LinearEntity2d) |
|
| GetReverseParameterCurve | Reverses the parameter direction for this curve. (Inherited from Curve2d) |
|
| GetSamplePoints(Int32) | Retrieves an array of sample points along this curve. (Inherited from Curve2d) |
|
| GetSamplePoints(Double, Double, Double) | Retrieves specified arrays of sample points along this curve
and their parameter values. (Inherited from Curve2d) |
|
| GetSegmentLength(Double, Double) | Returns the length of the line segment between the two parameter values. | |
| GetSegmentLength(Double, Double, Tolerance) | Returns the length of the line segment between the two parameter values according to a tolerance. | |
| GetSplitCurves | Retrieves two segments of this curve split at the specified
parameter value. (Inherited from Curve2d) |
|
| GetTrimmedOffset(Double, OffsetCurveExtensionType) | Retrieves offset curves that represent the trimmed offset of
the curve. (Inherited from Curve2d) |
|
| GetTrimmedOffset(Double, OffsetCurveExtensionType, Tolerance) | Retrieves one or more offset curves that represent the trimmed
offset of the curve. (Inherited from Curve2d) |
|
| GetType | (Inherited from Object) |
|
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| IntersectWith(LinearEntity2d) | Calculates an intersection point with the specified line. (Inherited from LinearEntity2d) |
|
| IntersectWith(LinearEntity2d, Tolerance) | Calculates an intersection point with the specified line
according to a geometry tolerance. (Inherited from LinearEntity2d) |
|
| IsClosed | Checks whether the curve is closed. (Inherited from Curve2d) |
|
| IsClosed(Tolerance) | Checks whether the curve is closed within a specified
tolerance. (Inherited from Curve2d) |
|
| IsColinearTo(LinearEntity2d) | Checks whether the specified line is colinear to this linear
entity. (Inherited from LinearEntity2d) |
|
| IsColinearTo(LinearEntity2d, Tolerance) | Checks whether the specified line is colinear to this linear
entity according to a tolerance. (Inherited from LinearEntity2d) |
|
| IsDegenerate(Entity2d) | Checks whether this curve is degenerate and returns the type of
entity that the curve degenerates to (if degenerate). (Inherited from Curve2d) |
|
| IsDegenerate(Entity2d, Tolerance) | Checks whether this curve is degenerate and returns the type of
entity that the curve degenerates to (if degenerate). (Inherited from Curve2d) |
|
| IsEqualTo(Entity2d) | Checks whether this entity is equal to the specified
entity. (Inherited from Entity2d) |
|
| IsEqualTo(Entity2d, Tolerance) | Checks whether this entity is equal to the specified entity
within a geometric tolerance. (Inherited from Entity2d) |
|
| IsLinear(Line2d) | Checks whether this curve is linear. (Inherited from Curve2d) |
|
| IsLinear(Line2d, Tolerance) | Checks whether this curve is linear within a specified
tolerance. (Inherited from Curve2d) |
|
| IsOn(Double) | Checks whether a specified parameter value is within a valid
parametric range of the curve. (Inherited from Curve2d) |
|
| IsOn(Point2d) | Checks whether a specified point lies on this curve. (Inherited from Curve2d) |
|
| IsOn(Double, Tolerance) | Checks whether a specified parameter value is within a
parametric range of the curve. (Inherited from Curve2d) |
|
| IsOn(Point2d, Double) | Checks whether a specified point lies on this curve. (Inherited from Curve2d) |
|
| IsOn(Point2d, Tolerance) | Checks whether a specified point lies on this curve within
specified tolerance. (Inherited from Curve2d) |
|
| IsOn(Point2d, Double, Tolerance) | Checks whether a specified point lies on this curve. (Inherited from Curve2d) |
|
| IsParallelTo(LinearEntity2d) | Checks whether the specified line is parallel to this linear
entity. (Inherited from LinearEntity2d) |
|
| IsParallelTo(LinearEntity2d, Tolerance) | Checks whether the specified line is parallel to this linear
entity according to tolerance. (Inherited from LinearEntity2d) |
|
| IsPeriodic | Checks whether the curve is periodic. (Inherited from Curve2d) |
|
| IsPerpendicularTo(LinearEntity2d) | Checks whether the specified line is perpendicular to this
linear entity. (Inherited from LinearEntity2d) |
|
| IsPerpendicularTo(LinearEntity2d, Tolerance) | Checks whether the specified line is perpendicular to this
linear entity according to a tolerance. (Inherited from LinearEntity2d) |
|
| Mirror | Mirrors this entity about the specified 2D line. (Inherited from Entity2d) |
|
| Overlap(LinearEntity2d) | Calculates and returns the overlap of this linear entity and a
specified line. (Inherited from LinearEntity2d) |
|
| Overlap(LinearEntity2d, Tolerance) | Calculates and returns the overlap of this linear entity and a
specified line according to a tolerance. (Inherited from LinearEntity2d) |
|
| RotateBy | Rotates this entity about the specified point by the specified
angle. (Inherited from Entity2d) |
|
| ScaleBy | Scales this entity by the specified scale factor about the
specified point. (Inherited from Entity2d) |
|
| Set(Point2d, Point2d) | Specifies points for this line segment. | |
| Set(Point2d, Vector2d) | Specifies a point and vector for this line segment. | |
| Set(Curve2d, Point2d, Double) | Specifies the parameters for this line according to the arguments. | |
| Set(Curve2d, Curve2d, Double, Double) | Specifies the parameters for this line according to the arguments. | |
| SetInterval | Sets the parametric range of this curve. (Inherited from Curve2d) |
|
| ToString | (Inherited from Object) |
|
| TransformBy | Applies the specified 2D transformation matrix to this
entity. (Inherited from Entity2d) |
|
| TranslateBy | Translates this entity by applying a 2D translation
vector. (Inherited from Entity2d) |
| © Bricsys NV. All rights reserved. |