Click or drag to resize

SwitchCreate Method

Create a new switch.

Namespace: ema3d.Api.V26.Cabling.Elements
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public static Switch Create(
	IHasTrimmedCurve geometry
)

Parameters

geometry  IHasTrimmedCurve
Specifies the CAD curve that the switch object will be defined upon.

Return Value

Switch
Returns a switch object upon the input CAD curve.
See Also