Parallel Methods

Methods
  NameDescription
Public methodStatic memberLineSegmentToLineSegment(LineSegment, LineSegment)
Returns true if the given line segments are parallel.
Public methodStatic memberLineSegmentToLineSegment(LineSegment, LineSegment, Double)
Returns true if the given line segments are parallel within the given angular tolerance.
Public methodStatic memberLineSegmentToPlane(LineSegment, GeometricPlane)
Returns true if the given line segment and plane are parallel.
Public methodStatic memberLineSegmentToPlane(LineSegment, GeometricPlane, Double)
Returns true if the given line segment and plane are parallel within the given angular tolerance.
Public methodStatic memberLineToLine(Line, Line)
Returns true if the given lines are parallel.
Public methodStatic memberLineToLine(Line, Line, Double)
Returns true if the given lines are parallel within the given angular tolerance.
Public methodStatic memberLineToPlane(Line, GeometricPlane)
Returns true if the given line and plane are parallel.
Public methodStatic memberLineToPlane(Line, GeometricPlane, Double)
Returns true if the given line and plane are parallel within the given angular tolerance.
Public methodStatic memberPlaneToPlane(GeometricPlane, GeometricPlane)
Returns true if the given planes are parallel.
Public methodStatic memberPlaneToPlane(GeometricPlane, GeometricPlane, Double)
Returns true if the given planes are parallel within the given angular tolerance.
Public methodStatic memberVectorToPlane(Vector, GeometricPlane)
Returns true if the given vector and plane are parallel.
Public methodStatic memberVectorToPlane(Vector, GeometricPlane, Double)
Returns true if the given vector and plane are parallel within the given angular tolerance.
Public methodStatic memberVectorToVector(Vector, Vector)
Returns true if the given vectors are parallel.
Public methodStatic memberVectorToVector(Vector, Vector, Double)
Returns true if the given vectors are parallel within the given angular tolerance.
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next