UF_BREP_arc_s (查看源代码)
定义在: uf_brep_types.h
也被称为:
- UF_BREP_arc_t
- UF_BREP_arc_p_t
概述
Contains data defining an arc. The matrix defines an orientation thus: The
first 3 elements are the X axis of the orientation matrix in absolute
coordinates, the next 3 are the Y axis, and the last 3 are the Z axis. The
center defines the location of the arc in orientation space. The line
through the center parallel to the orientation X axis defines the zero
angle, zero being along the portion of the line from the center to the
positive X axis. The value start_angle must be in the interval [0,2pi) and
end_angle-start_angle <= 2pi.
Data Members
matrix_tag
start_angle
double
end_angle
double
arc_center [ 3 ]
double
radius
double