NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Tooling::CornerDesignBuilder Class Reference

Represents a Tooling::CornerDesignBuilder , Corner Design is to provide tools to make corner. More...

Inheritance diagram for NXOpen::Tooling::CornerDesignBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  CornerTypeOpt { CornerTypeOptChamfer, CornerTypeOptFillet, CornerTypeOptMickey }
 the corner types More...
enum  SelectFromOpt { SelectFromOptBoth, SelectFromOptPartBody, SelectFromOptPocketBody }
 the object selection options. More...
enum  Types { TypesCreate, TypesEdit, TypesDelete }
 The corner design type. More...

Public Member Functions

NXOpen::ExpressionChamferAngle ()
 Returns the chamfer angle.
NXOpen::Tooling::CornerDesignBuilder::CornerTypeOpt CornerType ()
 Returns the corner type
Created in NX8.0.0.
NXOpen::ExpressionOffset ()
 Returns the offset.
NXOpen::ExpressionRadiusDia ()
 Returns the corner radius.
NXOpen::Features::SelectFeatureListSelectCorner ()
 Returns the selected corner.
NXOpen::SelectEdgeListSelectEdge ()
 Returns the selected edge.
NXOpen::Tooling::CornerDesignBuilder::SelectFromOpt SelectFrom ()
 Returns the selection options.
void SetCornerType (NXOpen::Tooling::CornerDesignBuilder::CornerTypeOpt cornerType)
 Sets the corner type
Created in NX8.0.0.
void SetSelectFrom (NXOpen::Tooling::CornerDesignBuilder::SelectFromOpt selectFrom)
 Sets the selection options.
void SetType (NXOpen::Tooling::CornerDesignBuilder::Types type)
 Sets the operation type of corner design.
NXOpen::Tooling::CornerDesignBuilder::Types Type ()
 Returns the operation type of corner design.

Detailed Description

Represents a Tooling::CornerDesignBuilder , Corner Design is to provide tools to make corner.


To create a new instance of this class, use Tooling::CornerDesignCollection::CreateCornerDesignBuilder
Default values.

Property Value

ChamferAngle.Value

45

CornerType

Chamfer

Offset.Value

1 (millimeters part), 0.1 (inches part)

RadiusDia.Value

5 (millimeters part), 0.5 (inches part)

SelectFrom

Both


Created in NX8.0.0.


Member Enumeration Documentation

the corner types

Enumerator:
CornerTypeOptChamfer 

chamfer

CornerTypeOptFillet 

fillet

CornerTypeOptMickey 

mickey

the object selection options.

Enumerator:
SelectFromOptBoth 

both part body and pocket body

SelectFromOptPartBody 

part body only

SelectFromOptPocketBody 

pocket body only

The corner design type.

Enumerator:
TypesCreate 

Create operation.

TypesEdit 

Edit operation.

TypesDelete 

Delete operation.


Member Function Documentation

Returns the chamfer angle.


Created in NX8.0.0.

License requirements : None

Returns the corner type
Created in NX8.0.0.



License requirements : None

Returns the offset.


Created in NX8.0.0.

License requirements : None

Returns the corner radius.


Created in NX8.0.0.

License requirements : None

Returns the selected corner.


Created in NX8.0.0.

License requirements : None

Returns the selected edge.


Created in NX8.0.0.

License requirements : None

Returns the selection options.


Created in NX8.0.0.

License requirements : None

Sets the corner type
Created in NX8.0.0.



License requirements : prog_die_wizard ("UG/Progressive Die Wizard")

Parameters:
cornerTypecornertype

Sets the selection options.


Created in NX8.0.0.

License requirements : prog_die_wizard ("UG/Progressive Die Wizard")

Parameters:
selectFromselectfrom

Sets the operation type of corner design.


Created in NX8.0.0.

License requirements : prog_die_wizard ("UG/Progressive Die Wizard")

Parameters:
typetype

Returns the operation type of corner design.


Created in NX8.0.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.