 | IObjectsMakeRevolutionObject Method |
Creates an object of revolution by rotating a face around active coordinate system axis.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxISimObject MakeRevolutionObject(
ISimObject face,
string angle
)
Function MakeRevolutionObject (
face As ISimObject,
angle As String
) As ISimObject
Dim instance As IObjects
Dim face As ISimObject
Dim angle As String
Dim returnValue As ISimObject
returnValue = instance.MakeRevolutionObject(face,
angle)
Parameters
- face
- Type: EMInvent.InventSim.COMServerISimObject
Face to be rotated. - angle
- Type: SystemString
Angle of rotation.
Return Value
Type:
ISimObjectResulting solid.
See Also