Start » Filter Reference » Geometry 2D » Geometry 2D Basics » MakeSegment
Module: | FoundationLite |
---|
Creates a segment structure from individual fields.
Name | Type | Description | |
---|---|---|---|
inPoint1 | Point2D | First point of the segment | |
inPoint2 | Point2D | Second point of the segment | |
outSegment | Segment2D |
Hints
- Consider using "Expand Structure Fields" command from the input port's context menu instead of this filter. This will make the program more concise and thus easier to understand in most cases.
- "Make" filters should only be used when you need to create a structure explicitly and then use it in more than one further filters.
Examples
Description of usage of this filter can be found in examples and tutorial: Radiator Holes.
Complexity Level
This filter is available on Basic Complexity Level.