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

Represents a Guided Curve Drive Method Builder
Created in NX11.0.1. More...

Inheritance diagram for NXOpen::CAM::GuidedCurveBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  GcCutPatternTypes { GcCutPatternTypesParallelLines }
 Available types for Guided Curve cut pattern. More...
 

Public Member Functions

NXOpen::CAM::GuidingCurvesCutDirCutDir ()
 Returns the Cut Dir
Created in NX12.0.0. More...
 
NXOpen::CAM::GuidedCurveCutOrderCutOrder ()
 Returns the Cut Order
Created in NX11.0.1. More...
 
NXOpen::CAM::CutSideBuilderCutSide ()
 Returns the Cut Side
Created in NX11.0.2. More...
 
bool ExtendGuideCurve ()
 Returns the Extend Curve to cut area boundaries
Created in NX11.0.1. More...
 
NXOpen::SectionListFromCurveList ()
 Returns the Drive Curve List
Created in NX11.0.1. More...
 
NXOpen::CAM::CutPatternBuilderGcCutPattern ()
 Returns the Cut Pattern
Created in NX11.0.1. More...
 
NXOpen::CAM::PatternTypeBuilderPatternType ()
 Returns the Pattern Type
Created in NX11.0.1. More...
 
void SetExtendGuideCurve (bool newValue)
 Sets the Extend Curve to cut area boundaries
Created in NX11.0.1. More...
 
void SetSmoothing (bool newValue)
 Sets. More...
 
bool Smoothing ()
 Returns. More...
 
NXOpen::CAM::StepoverBuilderStepoverBuilder ()
 Returns the Stepover
Created in NX11.0.1. More...
 
NXOpen::CAM::DmToolPositionToolPosition ()
 Returns the Tool Position
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

Represents a Guided Curve Drive Method Builder
Created in NX11.0.1.


Member Enumeration Documentation

Available types for Guided Curve cut pattern.

Enumerator
GcCutPatternTypesParallelLines 

Parallel Lines.

Member Function Documentation

NXOpen::CAM::GuidingCurvesCutDir* NXOpen::CAM::GuidedCurveBuilder::CutDir ( )

Returns the Cut Dir
Created in NX12.0.0.



License requirements : None

NXOpen::CAM::GuidedCurveCutOrder* NXOpen::CAM::GuidedCurveBuilder::CutOrder ( )

Returns the Cut Order
Created in NX11.0.1.



License requirements : None

NXOpen::CAM::CutSideBuilder* NXOpen::CAM::GuidedCurveBuilder::CutSide ( )

Returns the Cut Side
Created in NX11.0.2.



License requirements : None

bool NXOpen::CAM::GuidedCurveBuilder::ExtendGuideCurve ( )

Returns the Extend Curve to cut area boundaries
Created in NX11.0.1.



License requirements : None

NXOpen::SectionList* NXOpen::CAM::GuidedCurveBuilder::FromCurveList ( )

Returns the Drive Curve List
Created in NX11.0.1.



License requirements : None

NXOpen::CAM::CutPatternBuilder* NXOpen::CAM::GuidedCurveBuilder::GcCutPattern ( )

Returns the Cut Pattern
Created in NX11.0.1.



License requirements : None

NXOpen::CAM::PatternTypeBuilder* NXOpen::CAM::GuidedCurveBuilder::PatternType ( )

Returns the Pattern Type
Created in NX11.0.1.



License requirements : None

void NXOpen::CAM::GuidedCurveBuilder::SetExtendGuideCurve ( bool  newValue)

Sets the Extend Curve to cut area boundaries
Created in NX11.0.1.



License requirements : None

Parameters
newValuenewvalue
void NXOpen::CAM::GuidedCurveBuilder::SetSmoothing ( bool  newValue)

Sets.

the option that specifies whether to smooth corners in tool path for guiding curves drive method.


Created in NX11.0.2.

License requirements : None

Parameters
newValueTrue if path smoothing is on
bool NXOpen::CAM::GuidedCurveBuilder::Smoothing ( )

Returns.

the option that specifies whether to smooth corners in tool path for guiding curves drive method.


Created in NX11.0.2.

License requirements : None

NXOpen::CAM::StepoverBuilder* NXOpen::CAM::GuidedCurveBuilder::StepoverBuilder ( )

Returns the Stepover
Created in NX11.0.1.



License requirements : None

NXOpen::CAM::DmToolPosition* NXOpen::CAM::GuidedCurveBuilder::ToolPosition ( )

Returns the Tool Position
Created in NX11.0.1.



License requirements : None

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