NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::MechanicalRouting::CornerBuilder Class Reference

Builder class for Corner Block
Created in NX11.0.1. More...

Inheritance diagram for NXOpen::MechanicalRouting::CornerBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Type { TypeNone, TypeBend, TypeMiter }
 Corner Types available. More...
 

Public Member Functions

NXOpen::MechanicalRouting::BendCornerTypeBuilderBendCornerSettings ()
 Returns the bend corner block
Created in NX11.0.1. More...
 
NXOpen::MechanicalRouting::CornerBuilder::Type CornerType ()
 Returns the corner types
Created in NX11.0.1. More...
 
void SetCornerType (NXOpen::MechanicalRouting::CornerBuilder::Type cornerType)
 Sets the corner types
Created in NX11.0.1. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Builder class for Corner Block
Created in NX11.0.1.


Member Enumeration Documentation

Corner Types available.

Enumerator
TypeNone 

None, no corner created.

TypeBend 

allows corner creation with the specified bend type

TypeMiter 

allows miter corner creation

Member Function Documentation

NXOpen::MechanicalRouting::BendCornerTypeBuilder* NXOpen::MechanicalRouting::CornerBuilder::BendCornerSettings ( )

Returns the bend corner block
Created in NX11.0.1.



License requirements : routing_base ("Routing Basic")

NXOpen::MechanicalRouting::CornerBuilder::Type NXOpen::MechanicalRouting::CornerBuilder::CornerType ( )

Returns the corner types
Created in NX11.0.1.



License requirements : routing_base ("Routing Basic")

void NXOpen::MechanicalRouting::CornerBuilder::SetCornerType ( NXOpen::MechanicalRouting::CornerBuilder::Type  cornerType)

Sets the corner types
Created in NX11.0.1.



License requirements : routing_base ("Routing Basic")

Parameters
cornerTypecornertype
virtual bool NXOpen::MechanicalRouting::CornerBuilder::Validate ( )
virtual

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


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