NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects all merged rib faces. More...
Public Member Functions | |
void | GetData (NXOpen::Face **face, NXOpen::Edge **edge) |
Gets the data for the rib faces rule: FaceMergedRibFacesRule Created in NX6.0.0. | |
NXOpen::Face * | GetDefiningData (NXOpen::Edge **edge, bool *includeBoundaryBlends) |
Gets the data for the rib faces rule: FaceMergedRibFacesRule . | |
void | GetSeedAndPointData (NXOpen::Face **face, NXOpen::Point3d *seedPt) |
Gets the data for the rib faces rule: FaceMergedRibFacesRule Created in NX8.0.0. | |
virtual | ~FaceMergedRibFacesRule () |
Frees the object from memory. | |
![]() | |
NXOpen::SelectionIntentRule::RuleType | Type () |
Returns the get the type of selection intent rule: SelectionIntentRule Created in NX3.0.0. | |
virtual | ~SelectionIntentRule () |
Free resources associated with the instance. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents a SelectionIntentRule that collects all merged rib faces.
Created in NX6.0.0.
|
virtual |
Frees the object from memory.
Created in NX6.0.0.
License requirements : None
void NXOpen::FaceMergedRibFacesRule::GetData | ( | NXOpen::Face ** | face, |
NXOpen::Edge ** | edge | ||
) |
Gets the data for the rib faces rule: FaceMergedRibFacesRule
Created in NX6.0.0.
License requirements : gateway ("UG GATEWAY")
face | Faces which creates this rule |
edge | Edge which creates this rule |
NXOpen::Face* NXOpen::FaceMergedRibFacesRule::GetDefiningData | ( | NXOpen::Edge ** | edge, |
bool * | includeBoundaryBlends | ||
) |
Gets the data for the rib faces rule: FaceMergedRibFacesRule .
edge | Edge which creates this rule |
includeBoundaryBlends | true if the rule is to identify any blends at the boundary |
void NXOpen::FaceMergedRibFacesRule::GetSeedAndPointData | ( | NXOpen::Face ** | face, |
NXOpen::Point3d * | seedPt | ||
) |
Gets the data for the rib faces rule: FaceMergedRibFacesRule
Created in NX8.0.0.
License requirements : gateway ("UG GATEWAY")
face | Faces which creates this rule |
seedPt | Seed pick point point. |