Solids Builder - Arc
Arc - creates a arc given
center,
normal vector, radius, start angle and end angle:
The Arc activity has the following properties:
- Identification
- Name - arc name
The name of the arc must follow the naming rules
- Center - name of the point Where: the center of the arc is
- Vector - name of the vector normal to the plane of the arc
- Radius - a VB expression to evaluate the radius value
- Start Angle - a VB expression to evaluate the value in radians for the initial angle of the arc a count counterclockwise from the X axis
- End Angle - a VB expression to evaluate the value in radians for the final angle of the arc a count counterclockwise from the X axis
- Visible Object - indicates whether or not the point should be drawn in the preview

If the text is too big/small, or the sphere representing the point is too big or small, use the buttons ( A, a,
,
) at the top of the screen to change the preview
Properties (para usar nas expressões VB)
Implements the properties of curves plus:
- Area - arc area (real number)
- Radius - arc radius (real number)
- StartAngle - Starting angle (real number) in radians
- EndAngle - Final angle (real number) in radians
- Vector - normal arc vector (
vector)
- Center - arc center (
point)
Methods (for use in VB expressions)
Implements the methods of curves