UF_MODL_rough_offset_s (view source)
 
Defined in: uf_modl_types.h
 
Also known as:
 


Data Members

entities
tag_t *
Offset entities: face or sheet body

num_entities
int
Number of offset entities

smart_csys
tag_t
The tag for a coordinate system, of which
Z axis indicates the offset direction,
X axis the stepping direction, and Y axis
the stepover direction. WCS would be
used if NULL_TAG

offset_distance [ UF_MAX_EXP_BUFSIZE ]
char
Offset distance

offset_deviation [ UF_MAX_EXP_BUFSIZE ]
char
Offset distance deviation

stepover_distance [ UF_MAX_EXP_BUFSIZE ]
char
Stepover distance

surf_method
UF_RSO_surf_method_t
Surface generation method:
UF_RSO_SURF_METHOD_CLOUD: Cloud Points
UF_RSO_SURF_METHOD_THRU: Through Curves
UF_RSO_SURF_METHOD_ROUGH_FIT: Rough Fit

surf_ctrl_type
UF_RSO_surf_ctrl_option_t
Surface control type:
UF_RSO_SURF_CTRL_BY_SYSTEM: System Defined
UF_RSO_SURF_CTRL_BY_USER: User Defined
It is used only when surf_method is
UF_RSO_SURF_METHOD_CLOUD

u_patches
int
Number of U patches when the surface
control type UF_RSO_SURF_CTRL_BY_USER

boundary_trim
UF_RSO_trim_option_t
Boundary trimming option:
UF_RSO_TRIM_OPT_NO: No Trimming
UF_RSO_TRIM_OPT_YES: Trimming
UF_RSO_TRIM_OPT_BND_CURVE: Boundary Curve
only