Click or drag to resize

ConductorShape Enumeration

Specifies the shape of a conductor.

Namespace: ema3d.Api.V25.Cabling.Definitions
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public enum ConductorShape
Members
Member nameValueDescription
Circular0 Circular conductor, defined by centerpoint and radii. Default
Ellipse1 Elliptical conductor, defined by centerpoint and major/minor radii
Polygon3 Polygonal conductor, defined by a set of vertices
Remarks
Default is circular, ellipse and rectangular are also currently supported.
See Also