Share

TransientGeometry.CreateCylinder Method

Parent Object: TransientGeometry

Description

Method that creates a new Cylinder object. The object created is a transient mathematical object and is not displayed graphically.

Syntax

TransientGeometry.CreateCylinder( RootPoint As Point, Axis As UnitVector, Radius As Double ) As Cylinder

Parameters

Name Type Description
RootPoint Point Input Point object that specifies the base of the cylinder.
Axis UnitVector Input UnitVector object that specifies the direction of the axis of the cylinder.
Radius Double Input Double that specifies the radius of the cylinder.

Version

Introduced in version 4

Was this information helpful?