UF_CURVE_ocf_data_s (view source)
Defined in: uf_curve.h
Also known as:
- UF_CURVE_ocf_data_t
- UF_CURVE_ocf_data_p_t
Overview
The main structure for the associated offset curve on face feature.
This structure holds an allocated array of UF_CURVE_ocf_string_data_t
structures that have the data assocated with a string, the number of offsets
desired and the offset distances.
This structure also holds a UF_CURVE_ocf_face_data_t pointer that has the
face collector identifier.
The offset method, trim method, span method and the cross boundary method
is also stored in this structure along with the distance, angular and string
tolerances.
This structure has to be allocated and filled with values during create
or has to be allocated and queried from an existing associated offset curves
in face feature, modified to set new offset distances/string/types and then
invoke edit to reflect the changes.
Data Members
string_data
num_string_data
int
face_data
cross_boundary_mode
offset_method
trim_method
span_method
dist_tol
double
ang_tol
double
string_tol
double
be offset and the
data associated with
them, as described in
above string data
structure