You are here: Start » AVL.NET » Invoke.CreateSegmentRegion
Creates a segment region.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CreateSegmentRegion ( Avl.Segment2D inSegment, Optional<Avl.CoordinateSystem2D> inSegmentAlignment, float inWidth, int inFrameWidth, int inFrameHeight, bool inRound, Avl.Region outRegion, Optional<Avl.Segment2D> outAlignedSegment )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSegment | Avl.Segment2D | |||
![]() | inSegmentAlignment | Atl.Optional<Avl.CoordinateSystem2D> | |||
![]() | inWidth | float | <1.0f, INF> | Segment width. | |
![]() | inFrameWidth | int | <0, 65535> | ||
![]() | inFrameHeight | int | <0, 65535> | ||
![]() | inRound | bool | Make ends of segment round. | ||
![]() | outRegion | Avl.Region | Output region. | ||
![]() | outAlignedSegment | Atl.Optional<Avl.Segment2D> |


