Click or drag to resize

IObjectsAddHelix1D Method

Adds a helix centered at p0. The helix axis is perpendicular to the active plane of the active coordinates system. The helix face name is "Helix". Both radii must have non-negative values.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
ISimObject AddHelix1D(
	string name,
	string p0,
	string radius1,
	string radius2,
	string turns,
	string angle,
	bool ccw
)

Parameters

name
Type: SystemString
Name of the helix.
p0
Type: SystemString
Starting point.
radius1
Type: SystemString
Bottom radius.
radius2
Type: SystemString
Top radius.
turns
Type: SystemString
Number of turns.
angle
Type: SystemString
Pitch angle.
ccw
Type: SystemBoolean
True if counterclockwise, false otherwise.

Return Value

Type: ISimObject
Reference to the helix
See Also