|
CroSecPropertiesRemoveLowerPart Method
|
Removes the part of the poly-lines which is below the X-axis.
Namespace:
KarambaCommon.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static List<PolyLine3> RemoveLowerPart(
List<PolyLine3> plines
)
Public Shared Function RemoveLowerPart (
plines As List(Of PolyLine3)
) As List(Of PolyLine3)
public:
static List<PolyLine3^>^ RemoveLowerPart(
List<PolyLine3^>^ plines
)
static member RemoveLowerPart :
plines : List<PolyLine3> -> List<PolyLine3>
Parameters
- plines
- Type: System.Collections.GenericListPolyLine3
Poly-lines for removal.
Return Value
Type:
ListPolyLine3List with poly-lines removed.
See Also