Glyph Version 3.18.3 |
pw:: FaceUnstructuredUnsuctured face type Derives FromSummary
create
This action creates a new unstructured face object. Parametersnone ReturnsThis action returns a new pw::FaceUnstructured object. createFromDomains
This command creates new unstructured face objects from the given domains. Parameters
NotesWhile this command will produce identical results when run with the exact same input, it may produce different results for slight variations in the input domains. The faces may be created in a different order or may be created with different orientations or topologies. Use the explicit face building routines (pw::FaceUnstructured.create and pw::Face.addDomain commands) to build the face in a controlled manner. ReturnsThis action returns a list of new pw::FaceUnstructured objects. getAdjacentDomains
This action gets domains adjacent to a face. Parameters
ReturnsThis action returns a list of domains adjacent to the face. setBaffle
This action designates the face as a baffle or non-baffle face. Parameters
ReturnsThis action returns nothing. isBaffle
This action returns true if the face is a baffle face. Parametersnone ReturnsThis action returns a boolean value of true if the face is a baffle face or false if the face is a non-baffle face. |
This action creates a new unstructured face object.
pw::FaceUnstructured create
This command creates new unstructured face objects from the given domains.
pw::FaceUnstructured createFromDomains ?-single? domains
This attribute is the maximum bending angle allowed when adding domains to this face, with 0 meaning no maximum.
pw::FaceUnstructured get/setMaximumBendAngle angle
This action gets the orientation of the face normals.
$face getNormalOrientation
This action sets the orientation of the face normals.
$face setNormalOrientation direction
This action gets domains adjacent to a face.
$face getAdjacentDomains ?-includeSelf? ?-manifold? ?-maximumAngle angle? ?-nopoles? ?-type option? ?-visibleOnly?
This action designates the face as a baffle or non-baffle face.
$face setBaffle value
This action returns true if the face is a baffle face.
$face isBaffle
This action adds a domain to this face.
$face addDomain ?-linkage linkage? domain