UF_SUBDIV_isocline_s (view source)
 
Defined in: uf_subdiv.h
 
Also known as:
 


Data Members

body_tag
tag_t
The body to apply the feature to

excluded_faces
tag_t *
Array of excluded faces or NULL if not used
The excluded faces are not considered
when applying the feature.

face_count
int
Number of faces in the exclude array

direction
tag_t
SO direction to use for the isocline
direction. If NULL_TAG is used, then
0,0,1 of the WCS will be created for
the direction vector tag and used.

angle_str
char *
String value of the angle expression
in degrees. This expression is then
evaluated for the isocline angle.

second_direction
tag_t
Optional SO second direction to apply
to the steep faces from the first
direction. This must not be parallel
with the first direction. It applies a second
isocline direction to the resultant steep
faces from the first direction using the
same angle expression. If this option
is used, the angle expression must be
positive.