NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Die::FingerClearanceNotchBuilder Class Reference

Represents a builder that is used to create or edit a Die::FingerClearanceNotch feature. More...

Inheritance diagram for NXOpen::Die::FingerClearanceNotchBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

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::DieAttributesBuilderAttributes ()
 Returns the attribute title, value and face color to apply to the notch faces.
NXOpen::Die::DiePlaneBuilderBaseOrientation ()
 Returns the plane defining the base of the target solid.
NXOpen::Die::DieDirectionBuilderClearanceDirection ()
 Returns the direction (pointing away from the solid) in which to clear material from the target solid.
NXOpen::ExpressionDepth ()
 Returns the expression containing the value for the clearance to provide into the target solid.
double DistanceTolerance ()
 Returns the distance tolerance.
NXOpen::ExpressionExtrudeWidth ()
 Returns the expression containing the value to use to extrude the section.
NXOpen::SelectNXObjectListGeometry ()
 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::SectionSection ()
 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::SelectBodyTarget ()
 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::ExpressionWidth ()
 Returns the expression containing the value for the clearance to provide on either side of the notch.

Detailed Description

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.


Member Enumeration Documentation

Specifies what type of base geometry to build the finger clearance notch from.

Enumerator:
TypesSection 

Build from an open section profile.

TypesFace 

Build from either a single face or a set of connected faces.

TypesSheetBody 

Build from either a sheet body or a solid body.


Member Function Documentation

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

Sets the angle tolerance.


Created in NX7.5.0.

License requirements : ug_die_design ("Die Design")

Parameters:
angleToleranceangletolerance

Sets the distance tolerance.


Created in NX7.5.0.

License requirements : ug_die_design ("Die Design")

Parameters:
distanceTolerancedistancetolerance

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")

Parameters:
reverseDirectionreversedirection

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")

Parameters:
typetype

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


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.