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

Represents a Chamfer builder
To create a new instance of this class, use SketchCollection::CreateSketchChamferBuilder
Default values. More...

Inheritance diagram for NXOpen::SketchChamferBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  ChamferOptions { ChamferOptionsSymmetric, ChamferOptionsAsymmetric, ChamferOptionsOffsetandAngle }
 Dialog options for Chamfer Creation. More...

Public Member Functions

NXOpen::ExpressionAngle ()
 Returns the angle for Offset and Angle Chamfer
Created in NX7.5.0.
NXOpen::SketchChamferBuilder::ChamferOptions ChamferOption ()
 Returns the chamfer options that specify what type of chamfer is to be created
Created in NX7.5.0.
bool CreateAngleDimension ()
 Returns the flag to indicate whether to create a dimension for SketchChamferBuilder::Angle
Created in NX7.5.0.
bool CreateDistance1Dimension ()
 Returns the flag to indicate whether to create a dimension for SketchChamferBuilder::Distance1
Created in NX7.5.0.
bool CreateDistance2Dimension ()
 Returns the flag to indicate whether to create a dimension for SketchChamferBuilder::Distance2
Created in NX7.5.0.
NXOpen::SelectDisplayableObjectListCurvesToChamfer ()
 Returns the two lines for which a chamfer is to be created
Created in NX7.5.0.
NXOpen::ExpressionDistance1 ()
 Returns the distance for line 1 for Symmetric, Asymmetric, and for OffSet and Angle Chamfer
Created in NX7.5.0.
NXOpen::ExpressionDistance2 ()
 Returns the distance for line 2 for Asymmetric Chamfer
Created in NX7.5.0.
NXOpen::PointHelpPoint ()
 Returns the coordinates of the help point for Chamfer creation
Created in NX7.5.0.
void SetChamferOption (NXOpen::SketchChamferBuilder::ChamferOptions chamferOption)
 Sets the chamfer options that specify what type of chamfer is to be created
Created in NX7.5.0.
void SetCreateAngleDimension (bool createAngleDimension)
 Sets the flag to indicate whether to create a dimension for SketchChamferBuilder::Angle
Created in NX7.5.0.
void SetCreateDistance1Dimension (bool createDistance1Dimension)
 Sets the flag to indicate whether to create a dimension for SketchChamferBuilder::Distance1
Created in NX7.5.0.
void SetCreateDistance2Dimension (bool createDistance2Dimension)
 Sets the flag to indicate whether to create a dimension for SketchChamferBuilder::Distance2
Created in NX7.5.0.
void SetHelpPoint (NXOpen::Point *helpPoint)
 Sets the coordinates of the help point for Chamfer creation
Created in NX7.5.0.
void SetTrimInputCurves (bool trimInputCurves)
 Sets the toggle that specifies whether the two selected lines are to be trimmed
Created in NX7.5.0.
bool TrimInputCurves ()
 Returns the toggle that specifies whether the two selected lines are to be trimmed
Created in NX7.5.0.

Detailed Description

Represents a Chamfer builder
To create a new instance of this class, use SketchCollection::CreateSketchChamferBuilder
Default values.

Property Value

Angle.Value

45

ChamferOption

Symmetric

Distance1.Value

2 (millimeters part), .0625 (inches part)

Distance2.Value

2 (millimeters part), .0625 (inches part)

TrimInputCurves

1


Created in NX7.5.0.


Member Enumeration Documentation

Dialog options for Chamfer Creation.

Enumerator:
ChamferOptionsSymmetric 

Symmetric - specify one distance.

ChamferOptionsAsymmetric 

Asymmetric - specify two distances.

ChamferOptionsOffsetandAngle 

OffsetandAngle - specify offset distance and angle.


Member Function Documentation

Returns the angle for Offset and Angle Chamfer
Created in NX7.5.0.



License requirements : drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")

Returns the chamfer options that specify what type of chamfer is to be created
Created in NX7.5.0.



License requirements : drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")

Returns the flag to indicate whether to create a dimension for SketchChamferBuilder::Angle
Created in NX7.5.0.



License requirements : drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")

Returns the flag to indicate whether to create a dimension for SketchChamferBuilder::Distance1
Created in NX7.5.0.



License requirements : drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")

Returns the flag to indicate whether to create a dimension for SketchChamferBuilder::Distance2
Created in NX7.5.0.



License requirements : drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")

Returns the two lines for which a chamfer is to be created
Created in NX7.5.0.



License requirements : drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")

Returns the distance for line 1 for Symmetric, Asymmetric, and for OffSet and Angle Chamfer
Created in NX7.5.0.



License requirements : drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")

Returns the distance for line 2 for Asymmetric Chamfer
Created in NX7.5.0.



License requirements : drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")

Returns the coordinates of the help point for Chamfer creation
Created in NX7.5.0.



License requirements : drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")

Sets the chamfer options that specify what type of chamfer is to be created
Created in NX7.5.0.



License requirements : drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")

Parameters:
chamferOptionchamferoption
void NXOpen::SketchChamferBuilder::SetCreateAngleDimension ( bool  createAngleDimension)

Sets the flag to indicate whether to create a dimension for SketchChamferBuilder::Angle
Created in NX7.5.0.



License requirements : drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")

Parameters:
createAngleDimensioncreateangledimension
void NXOpen::SketchChamferBuilder::SetCreateDistance1Dimension ( bool  createDistance1Dimension)

Sets the flag to indicate whether to create a dimension for SketchChamferBuilder::Distance1
Created in NX7.5.0.



License requirements : drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")

Parameters:
createDistance1Dimensioncreatedistance1dimension
void NXOpen::SketchChamferBuilder::SetCreateDistance2Dimension ( bool  createDistance2Dimension)

Sets the flag to indicate whether to create a dimension for SketchChamferBuilder::Distance2
Created in NX7.5.0.



License requirements : drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")

Parameters:
createDistance2Dimensioncreatedistance2dimension

Sets the coordinates of the help point for Chamfer creation
Created in NX7.5.0.



License requirements : drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")

Parameters:
helpPointhelppoint
void NXOpen::SketchChamferBuilder::SetTrimInputCurves ( bool  trimInputCurves)

Sets the toggle that specifies whether the two selected lines are to be trimmed
Created in NX7.5.0.



License requirements : drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")

Parameters:
trimInputCurvestriminputcurves

Returns the toggle that specifies whether the two selected lines are to be trimmed
Created in NX7.5.0.



License requirements : drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")


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