UF_SO_bcurv_slope_type_e (view source)
 
Defined in: uf_so.h
 
Also known as:
 
Overview
Bcurve slope type options


Data Members

UF_SO_bcurve_no_slope = -1


UF_SO_bcurve_auto_slope


UF_SO_bcurve_slope_direction
use only direction of slope

UF_SO_bcurve_slope_mag_and_dir
use both direction and magnitude of the
slope

 


 
UF_SO_bcurv_type_e (view source)
 
Defined in: uf_so.h
 
Also known as:
 
Overview
Bcurve options : Periodic (closed) or non-periodic


Data Members

UF_SO_bcurve_non_periodic


UF_SO_bcurve_periodic


 


 
UF_SO_dirr_on_curve_option_e (view source)
 
Defined in: uf_so.h
 
Also known as:
 
Overview
DIRR_on_curve options.


Data Members

UF_SO_dirr_on_curve_tangent
Use direction tangent to curve

UF_SO_dirr_on_curve_normal
Use direction normal to curve

UF_SO_dirr_on_curve_binormal
Use direction binormal to curve (B = TXN)

 


 
UF_SO_point_along_curve_option_e (view source)
 
Defined in: uf_so.h
 
Also known as:
 
Overview
POINT_along_curve options.


Data Members

UF_SO_point_along_curve_distance


UF_SO_point_along_curve_percent


 


 
UF_SO_scalar_dim_option_e (view source)
 
Defined in: uf_so.h
 
Also known as:
 
Overview
SCALAR dimensionality options


Data Members

UF_SO_scalar_dimensionality_none


UF_SO_scalar_dimensionality_length


UF_SO_scalar_dimensionality_area


UF_SO_scalar_dimensionality_volume


 


 
UF_SO_update_option_e (view source)
 
Defined in: uf_so.h
 
Also known as:
 
Overview
Update options for a smart object.


Data Members

UF_SO_dont_update
The smart object does not update. For future use

UF_SO_update_within_modeling
The smart object updates within modeling
in time stamp order (e.g. a feature).
For example if the smart object is
referenced by Feature(i), the SO will
update after Feature(i-1) and right before
Feature(i).

UF_SO_update_after_modeling
The smart object updates after modeling
(e.g. a dimension)

UF_SO_update_after_parent_body
The smart object will always update after
the last feature on the parent body.

UF_SO_update_mixed
The smart object will update after the
last feature on the parent body when the
parent body is in a different part and
updates within modeling in time-stamp
order for parents in the same part

 


 
UF_SO_visibility_option_e (view source)
 
Defined in: uf_so.h
 
Also known as:
 
Overview
SO visibility options.


Data Members

UF_SO_invisible
The smart object is not visible

UF_SO_visible
The smart object is visible

UF_SO_visible_if_parent_invisible
The smart object is visible if
a parent is not loaded (for extract).