SpatialElement.GetBoundarySegments
Method
Description:
Returns the boundary segments.
Returns the boundary segments.
Remarks:
This method is used to retrieve the segments that constitute the boundary of the spatial element. Each spatial element may have several regions, each of which have several segments hence the data is returned in the form of an array of boundary segment arrays. See the BoundarySegment object for more details about the segments that make up the spatial element topology.
This method is used to retrieve the segments that constitute the boundary of the spatial element. Each spatial element may have several regions, each of which have several segments hence the data is returned in the form of an array of boundary segment arrays. See the BoundarySegment object for more details about the segments that make up the spatial element topology.
Syntax
public IList<IList<BoundarySegment>> GetBoundarySegments(
SpatialElementBoundaryOptions options
)
Parameters
Parameter | Type | Description |
---|---|---|
options | SpatialElementBoundaryOptions | The SpatialElementBoundaryOptions. |
Return Value