Share

Cylinder.PutCylinderData Method

Parent Object: Cylinder

Description

Method that sets the data defining this cylinder.

Syntax

Cylinder.PutCylinderData( BasePoint() As Double, AxisVector() As Double, Radius As Double )

Parameters

Name Type Description
BasePoint Double Input/output Double that specifies the base point of the cylinder.
AxisVector Double Input/output Double that specifies axis vector.
Radius Double Input Double that specifies the radius of the cylinder.

Version

Introduced in version 4

Was this information helpful?