AddRevolvedSolid Method

IntelliCAD 11.1 Object Library
AddRevolvedSolid Method
See Also 
Profile
A Region object defining a profile to be revolved.
pAxisPoint
A Point object defining a base point for the axis of revolution.
pAxisDir
A Vector object defining a direction from the base point for the axis of revolution.
Angle
The angle in radians at which to revolve the profile.
ModelSpace Collection : AddRevolvedSolid Method

Description

Adds a revolved solid with given height and rotation.

Syntax

Visual Basic
Public Function AddRevolvedSolid( _
   ByVal Profile As Region, _
   ByVal pAxisPoint As Point, _
   ByVal pAxisDir As Vector, _
   ByVal Angle As Double _
) As Solid3D

Parameters

Profile
A Region object defining a profile to be revolved.
pAxisPoint
A Point object defining a base point for the axis of revolution.
pAxisDir
A Vector object defining a direction from the base point for the axis of revolution.
Angle
The angle in radians at which to revolve the profile.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.