Discrete geometry functionality.
This functionality will allow the generation of a new surface grid using the original triangulation as
the underlying geometry. The topology is automatically extracted based on
features identified in the discrete triangulation and on
existing topological boundaries specified in the triangulation. Once the topology is extracted,
geometric surfaces are constructed and can be used like traditional NURBS-based
geometric surfaces. The command line option for this action is -discretegeometry or -dg.
Two parameters are used during the feature identification: dihedral angle and open angle.
The dihedral angle is the angle between adjacent boundary faces. Edges with dihedral angles
greater than the specified threshold will be considered candidate features.
The dihedral angle threshold can be specified via the command line using
either the -dihedralangle or -da options.
The open angle threshold is used to identify corners. Those having an open angle greater than the
specified threshold will be considered candidate features. The open angle threshold can be
specified via the command line using either the -openangle
or -oa options.