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

Represents a End Cut Block Builder. More...

Inheritance diagram for NXOpen::EndCutBlockBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  TaperTypeOption { TaperTypeOptionTrim, TaperTypeOptionExtend, TaperTypeOptionTrimAndExtend }
 Taper Type. More...
 

Public Member Functions

NXOpen::ExpressionAngle ()
 Returns the angle
Created in NX5.0.3. More...
 
NXOpen::ExpressionOffset ()
 Returns the offset
Created in NX5.0.3. More...
 
void SetTaperType (NXOpen::EndCutBlockBuilder::TaperTypeOption taperType)
 Sets the taperType
Created in NX5.0.3. More...
 
NXOpen::SketchExpressionModifierBuilderSketchBlock ()
 Returns the end cut block
Created in NX5.0.3. More...
 
NXOpen::EndCutBlockBuilder::TaperTypeOption TaperType ()
 Returns the taperType
Created in NX5.0.3. 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

Represents a End Cut Block Builder.


Created in NX5.3.0.

Member Enumeration Documentation

Taper Type.

Enumerator
TaperTypeOptionTrim 

trim

TaperTypeOptionExtend 

extend

TaperTypeOptionTrimAndExtend 

trim and extend

Member Function Documentation

NXOpen::Expression* NXOpen::EndCutBlockBuilder::Angle ( )

Returns the angle
Created in NX5.0.3.



License requirements : None

NXOpen::Expression* NXOpen::EndCutBlockBuilder::Offset ( )

Returns the offset
Created in NX5.0.3.



License requirements : None

void NXOpen::EndCutBlockBuilder::SetTaperType ( NXOpen::EndCutBlockBuilder::TaperTypeOption  taperType)

Sets the taperType
Created in NX5.0.3.



License requirements : nx_ship_concept ("Ship Concept")

Parameters
taperTypetapertype
NXOpen::SketchExpressionModifierBuilder* NXOpen::EndCutBlockBuilder::SketchBlock ( )

Returns the end cut block
Created in NX5.0.3.



License requirements : None

NXOpen::EndCutBlockBuilder::TaperTypeOption NXOpen::EndCutBlockBuilder::TaperType ( )

Returns the taperType
Created in NX5.0.3.



License requirements : None

virtual bool NXOpen::EndCutBlockBuilder::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.