NX Open C++ Reference Guide
Public Member Functions
NXOpen::SketchIntersectionCurveBuilder Class Reference

Represents a SketchIntersectionCurve builder
To obtain an instance of this class use SketchCollection::CreateIntersectionCurveBuilder . More...

Inheritance diagram for NXOpen::SketchIntersectionCurveBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Member Functions

void AlternateSolution (int solutionIndex)
 Method to get the alternate solution corresponding to solutionIndex
Created in NX5.0.0.
double AngleTolerance ()
 Returns the angular tolerance
Created in NX5.0.0.
void CollectorUpdated ()
 This method needs to be called whenever the number of faces to intersect changes
Created in NX5.0.0.
NXOpen::GeometricUtilities::CurveFitOptionsCurveFitMethod ()
 Returns the curve fit method
Created in NX5.0.0.
void CurveFitMethodUpdated ()
 This method needs to be called whenever the curve fit options changes
Created in NX5.0.0.
double DistanceTolerance ()
 Returns the distance tolerance
Created in NX5.0.0.
NXOpen::ScCollectorFaceCollector ()
 Returns the faces to intersect
Created in NX5.0.0.
bool IgnoreHoles ()
 Returns the ignore holes option
Created in NX5.0.0.
bool JoinCurves ()
 Returns the join curves option
Created in NX5.0.0.
void SetAngleTolerance (double angleTolerance)
 Sets the angular tolerance
Created in NX5.0.0.
void SetDistanceTolerance (double distanceTolerance)
 Sets the distance tolerance
Created in NX5.0.0.
void SetIgnoreHoles (bool ignoreHoles)
 Sets the ignore holes option
Created in NX5.0.0.
void SetJoinCurves (bool joinCurves)
 Sets the join curves option
Created in NX5.0.0.

Detailed Description

Represents a SketchIntersectionCurve builder
To obtain an instance of this class use SketchCollection::CreateIntersectionCurveBuilder .


Default values.

Property Value

CurveFitMethod.FitOption

Cubic

CurveFitMethod.MaximumDegree

7

CurveFitMethod.MaximumSegments

1


Created in NX5.0.0.


Member Function Documentation

Method to get the alternate solution corresponding to solutionIndex
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
solutionIndexsolutionindex

Returns the angular tolerance
Created in NX5.0.0.



License requirements : None

This method needs to be called whenever the number of faces to intersect changes
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Returns the curve fit method
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

This method needs to be called whenever the curve fit options changes
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Returns the distance tolerance
Created in NX5.0.0.



License requirements : None

Returns the faces to intersect
Created in NX5.0.0.



License requirements : None

Returns the ignore holes option
Created in NX5.0.0.



License requirements : None

Returns the join curves option
Created in NX5.0.0.



License requirements : None

Sets the angular tolerance
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
angleToleranceangle tolerance

Sets the distance tolerance
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
distanceTolerancedistance tolerance

Sets the ignore holes option
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
ignoreHolesignore holes

Sets the join curves option
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
joinCurvesjoin curves

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