NX Open C++ Reference Guide
|
Represents a builder that is used to create or edit a Die::FingerClearanceNotch feature. More...
Public Types | |
enum | Types { TypesSection, TypesFace, TypesSheetBody } |
Specifies what type of base geometry to build the finger clearance notch from. More... | |
Public Member Functions | |
double | AngleTolerance () |
Returns the angle tolerance. | |
NXOpen::Die::DieAttributesBuilder * | Attributes () |
Returns the attribute title, value and face color to apply to the notch faces. | |
NXOpen::Die::DiePlaneBuilder * | BaseOrientation () |
Returns the plane defining the base of the target solid. | |
NXOpen::Die::DieDirectionBuilder * | ClearanceDirection () |
Returns the direction (pointing away from the solid) in which to clear material from the target solid. | |
NXOpen::Expression * | Depth () |
Returns the expression containing the value for the clearance to provide into the target solid. | |
double | DistanceTolerance () |
Returns the distance tolerance. | |
NXOpen::Expression * | ExtrudeWidth () |
Returns the expression containing the value to use to extrude the section. | |
NXOpen::SelectNXObjectList * | Geometry () |
Returns the geometry to use as the definition of the notch. | |
bool | ReverseDirection () |
Returns the value to apply, for the purpose of reversing, to the derived clearance direction if a face or sheet body is specified. | |
NXOpen::Section * | Section () |
Returns the open section constructed from curves, edges, or a sketch. | |
void | SetAngleTolerance (double angleTolerance) |
Sets the angle tolerance. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance. | |
void | SetReverseDirection (bool reverseDirection) |
Sets the value to apply, for the purpose of reversing, to the derived clearance direction if a face or sheet body is specified. | |
void | SetType (NXOpen::Die::FingerClearanceNotchBuilder::Types type) |
Sets the indicator specifying the type of input data that defines how to build the notch. | |
NXOpen::SelectBody * | Target () |
Returns the target solid the finger clearance notch will be subtracted from. | |
NXOpen::Die::FingerClearanceNotchBuilder::Types | Type () |
Returns the indicator specifying the type of input data that defines how to build the notch. | |
NXOpen::Expression * | Width () |
Returns the expression containing the value for the clearance to provide on either side of the notch. |
Represents a builder that is used to create or edit a Die::FingerClearanceNotch feature.
To create a new instance of this class, use Die::DieCollection::CreateFingerClearanceNotchBuilder
Default values.
Property | Value |
---|---|
Depth.Value |
5 (millimeters part), 0.2 (inches part) |
ExtrudeWidth.Value |
0 (millimeters part), 0 (inches part) |
Width.Value |
5 (millimeters part), 0.2 (inches part) |
Created in NX7.5.0.
Returns the angle tolerance.
Created in NX7.5.0.
License requirements : None
Returns the attribute title, value and face color to apply to the notch faces.
Created in NX7.5.0.
License requirements : None
Returns the plane defining the base of the target solid.
Used to orient the extrude and clearance directions.
Created in NX7.5.0.
License requirements : None
Returns the direction (pointing away from the solid) in which to clear material from the target solid.
Created in NX7.5.0.
License requirements : None
Returns the expression containing the value for the clearance to provide into the target solid.
Created in NX7.5.0.
License requirements : None
Returns the distance tolerance.
Created in NX7.5.0.
License requirements : None
Returns the expression containing the value to use to extrude the section.
The extrusion direction is specified by the cross product of the base orientation and the clearance direction.
Created in NX7.5.0.
License requirements : None
Returns the geometry to use as the definition of the notch.
A single face or multiple connected faces can be specified, or a single sheet or body may be specified. Only valid when type is Die::FingerClearanceNotchBuilder::TypesFace or Die::FingerClearanceNotchBuilder::TypesSheetBody .
Created in NX7.5.0.
License requirements : None
Returns the value to apply, for the purpose of reversing, to the derived clearance direction if a face or sheet body is specified.
If TRUE, then the derived direction will be flipped.
Created in NX7.5.0.
License requirements : None
Returns the open section constructed from curves, edges, or a sketch.
Only valid when type is Die::FingerClearanceNotchBuilder::TypesSection .
Created in NX7.5.0.
License requirements : None
void NXOpen::Die::FingerClearanceNotchBuilder::SetAngleTolerance | ( | double | angleTolerance | ) |
Sets the angle tolerance.
Created in NX7.5.0.
License requirements : ug_die_design ("Die Design")
angleTolerance | angletolerance |
void NXOpen::Die::FingerClearanceNotchBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance.
Created in NX7.5.0.
License requirements : ug_die_design ("Die Design")
distanceTolerance | distancetolerance |
void NXOpen::Die::FingerClearanceNotchBuilder::SetReverseDirection | ( | bool | reverseDirection | ) |
Sets the value to apply, for the purpose of reversing, to the derived clearance direction if a face or sheet body is specified.
If TRUE, then the derived direction will be flipped.
Created in NX7.5.0.
License requirements : ug_die_design ("Die Design")
reverseDirection | reversedirection |
void NXOpen::Die::FingerClearanceNotchBuilder::SetType | ( | NXOpen::Die::FingerClearanceNotchBuilder::Types | type | ) |
Sets the indicator specifying the type of input data that defines how to build the notch.
Created in NX7.5.0.
License requirements : ug_die_design ("Die Design")
type | type |
Returns the target solid the finger clearance notch will be subtracted from.
Created in NX7.5.0.
License requirements : None
Returns the indicator specifying the type of input data that defines how to build the notch.
Created in NX7.5.0.
License requirements : None
Returns the expression containing the value for the clearance to provide on either side of the notch.
Created in NX7.5.0.
License requirements : None