Share

TransientBRep.CreateSolidTorus Method

Parent Object: TransientBRep

Description

Method that creates a solid torus.

Remarks

The axis of the resulting torus is parallel to the model z-axis.

Syntax

TransientBRep.CreateSolidTorus( Center As Point, MajorRadius As Double, MinorRadius As Double ) As SurfaceBody

Parameters

Name Type Description
Center Point Input Point that defines the center of the torus.
MajorRadius Double Input Double that defines the major radius of the torus in centimeters.
MinorRadius Double Input Double that defines the minor radius of the torus in centimeters.

Version

Introduced in version 2009

Was this information helpful?