Square

concerns

The Square attribute function draws a polyline.

 

Syntax

Square(Section, x(), y(), z())

Return value

Type

Description

Section3D

A Section3D object that describes the drawn polyline

Parameter

Use

Name

Type

Passing

Description

Required

Section

Section3D

ByVal

The image section to which the Square is to be attached. If the Square is to be attached to the root level, “Nothing” must be passed.

Required

X()

Double

ByVal

List of x-Positions

Required

Y()

Double

ByVal

List of y-Positions

Required

Z()

Double

ByVal

List of z-Positions