Share

FeatureLine Methods

The FeatureLine type exposes the following members.

Methods

 NameDescription
Public methodAssignElevationsFromSurface Assigns elevations from surface.
Public methodComputeFingerPrint Compute FingerPrint of the Entity.
(Inherited from Entity)
Public methodStatic memberCreate(String, ObjectId) Creates a FeatureLine from the specified Line, Arc, Polyline, Polyline2d or Polyline3d.
Public methodStatic memberCreate(String, ObjectId, ObjectId) Creates a FeatureLine from the specified Line, Arc, Polyline, Polyline2d or Polyline3d.
Public methodDeleteElevationPoint Deletes an elevation point along the FeatureLine.
Public methodDeleteElevationPoints Deletes elevation points along the FeatureLine.
Public methodDeletePIPoint Deletes a PI point along the FeatureLine.
Public methodGet3dDistanceAtPoint Gets the 3d distance at given point along the FeatureLine.
Public methodGetBulge Gets the bulge at the index of feature line's segment.
Public methodGetCurveRadius Gets the radius at the index of feature line's curve.
Public methodGetDeflectionAngleAtPoint Gets the deflection angle in radians at given point along the FeatureLine.
Public methodGetGradeInAtPoint Gets the in grade at given point along the FeatureLine.
Public methodGetGradeOutAtPoint Gets the out grade at given point along the FeatureLine.
Public methodGetPointRelativeElevation Returns the point's elevation, depending on the absolute or relative mode. Use the IsElevationRelativeToSurface() method to determine the elevation type.
Public methodGetPoints Gets the feature line points by type.
Public methodCode exampleGetReferenceInfo For Data Shortcut reference entity (IsReferenceObject == true), gets the entity's reference information.
(Inherited from Entity)
Public methodInsertElevationPoint Inserts an elevation point along the FeatureLine.
Public methodInsertElevationPoints Inserts multiple elevation points along the FeatureLine.
Public methodInsertPIPoint Inserts a PI point along the FeatureLine.
Public methodIsElevationRelativeToSurface Gets whether the point's elevation is absolute, or relative to the surface. Returns true when it's relative to the surface, false when it's an absolute elevation.
Public methodStatic memberMoveToNoneSite Move FeatureLine to none Site.
Public methodStatic memberMoveToSite Move FeatureLine to another Site.
Public methodSetBulge Sets the bulge at the index of feature line's segment.
Public methodSetCurveRadius Sets the radius at the index of feature line's curve.
Public methodSetPointElevation Set an elevation to existing Feature Point.
Public methodSetPointRelativeElevation Sets a point's elevtion, with the elevation value specified either as an absolute elevation, or a relative to surface elevation.

See Also

Reference

Was this information helpful?