Logical 3D Architecture Methods: PathwaySegment.GetSectionProperties()

This page provides you information about the following System 3D Allocation method: PathwaySegment.GetSectionProperties().

This function retrieves the section properties of the given Pathway Segment.

This page discusses:

Signature

PathwaySegment.GetSectionProperties(ShapeName : String, DimensionOne : Real, DimensionTwo : Real) : Boolean

Arguments

Name Input/Output Required? Type Comment
ShapeName Out Yes String Defines the kind of profile (CIRCLE or RECTANGLE).
DimensionOne Out Yes Real Defines the first dimension (diameter for CIRCLE, or height for RECTANGLE).
DimensionTwo Out Yes Real Defines the second dimension, if any (length for RECTANGLE).

ReturnType

Boolean