Port

Type:

enum

Range:

Arc, Center, Leg1, Leg2, Point1, Point2

Default:

Center

Appearance:

simple

, or

Type:

int

Range:

[1, 6]

An circle sector has the following ports (default Port is Center).

Circle Sector Ports

Number

Name

Position

Type

Coordinate System

1

Point1

[r \cos(\vartheta_1), r \sin(\vartheta_1)]

point

x'=[1, 0], y'=[0, 1]

2

Point2

[r \cos(\vartheta_2), r \sin(\vartheta_2)]

point

x'=[1, 0], y'=[0, 1]

3

Leg1

[r \cos(\vartheta_1), r \sin(\vartheta_1)]/2

tangential

\left[ \begin{array}{c} x' \\ y' \end{array} \right] = \left[ \begin{array}{cc} \cos(\vartheta_1), & \sin(\vartheta_1) \\ -\sin(\vartheta_1), & \cos(\vartheta_1) \end{array}\right]

4

Arc

[r \cos(\vartheta_m), r \sin(\vartheta_m)]

tangential

\left[ \begin{array}{c} x' \\ y' \end{array} \right] = \left[ \begin{array}{cc} -\sin(\vartheta_m), & \cos(\vartheta_m) \\ -\cos(\vartheta_m), & -\sin(\vartheta_m) \end{array}\right]

5

Leg2

[r \cos(\vartheta_2), r \sin(\vartheta_2)]/2

tangential

\left[ \begin{array}{c} x' \\ y' \end{array} \right] = \left[ \begin{array}{cc} \cos(\vartheta_2),& \sin(\vartheta_2) \\ -\sin(\vartheta_2), & \cos(\vartheta_2) \end{array}\right]

6

Center

[0, 0]

point

x'=[1, 0], y'=[0, 1]

(with \vartheta_m = (\vartheta_1+\vartheta_2)/2. [\dots]^{\widehat{\phantom{\cdot}}} denotes a normalized vector).