Click or drag to resize

OverbraidDefinitionVertices Property

Gets/Sets vertices of polygonal conductor

Namespace: ema3d.Api.V25.Cabling.Definitions
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public List<Point> Vertices { get; set; }

Property Value

ListPoint

Implements

IConductorDefinitionVertices
Remarks
Only the X and Y coordinates of each point are used for conductor geometry definition.
See Also