Click or drag to resize

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
Syntax
ISimObject MakeRevolutionObject(
	ISimObject face,
	string angle
)

Parameters

face
Type: EMInvent.InventSim.COMServerISimObject
Face to be rotated.
angle
Type: SystemString
Angle of rotation.

Return Value

Type: ISimObject
Resulting solid.
See Also