DK11 for .NET | TatukGIS.NDK.TGIS_Topology.MakeOffsetLine | Overloads | Constructors | Methods | Properties | Events
Compute a shifted line for a shape to a given distance.
// C# public TGIS_Shape MakeOffsetLine( TGIS_Shape _shp, double _dist, TGIS_JoinType _jointype );
' VisualBasic Public Function MakeOffsetLine( ByVal _shp As TGIS_Shape, ByVal _dist As Double, ByVal _jointype As TGIS_JoinType ) As TGIS_Shape
// Oxygene public function MakeOffsetLine( _shp : TGIS_Shape; _dist : Double; _jointype : TGIS_JoinType ) : TGIS_Shape;
Name | Type | Description |
---|---|---|
_shp | TGIS_Shape | shape to which a shifted line must be constructed |
_dist | double Double | distance ( < 0 for line on right, > 0 on left) |
_jointype | TGIS_JoinType | way of connecting sections |
Type | Description |
---|---|
TGIS_Shape | returns new shifted shape with given distance |