controls#
Bases:
TUIMenu
Enters the pyramid controls menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
neighbor_angle
(service, version, mode, path)Sets the threshold dihedral angle used to limit the neighboring faces considered for pyramid creation.
offset_factor
(service, version, mode, path)Specifies the fraction of the computed pyramid height (offset) by which the pyramid heights will be randomly adjusted.
offset_scaling
(service, version, mode, path)Specifies the scaling, to be used to determine the height of the pyramid.
vertex_method
(service, version, mode, path)Specifies the method by which the location of the new vertex of the pyramid will be determined.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Sets the threshold dihedral angle used to limit the neighboring faces considered for pyramid creation. For example, if the value is set to 110° and the angle between a given quadrilateral face and a neighboring triangular face is greater than 110°, the resulting pyramid will not include the triangular face.
Bases:
TUIMethod
Specifies the fraction of the computed pyramid height (offset) by which the pyramid heights will be randomly adjusted. The default value is 0, indicating that all pyramids will have the exact height computed. A value of 0.1, for example, will limit each adjustment to ±10percentage of the computed height.
Bases:
TUIMethod
Specifies the scaling, to be used to determine the height of the pyramid.
Bases:
TUIMethod
Specifies the method by which the location of the new vertex of the pyramid will be determined. The skewness method is used by default.