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

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

Inheritance diagram for NXOpen::SketchProjectBuilder:
NXOpen::Features::EmbeddedOperationBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  OutputCurve { OutputCurveOriginal, OutputCurveSplineSegment, OutputCurveSingleSpline }
 This enum represents the kind of output curves. More...

Public Member Functions

bool Associativity ()
 Returns the associativity of projection.
NXOpen::SelectNXObjectListCurveList ()
 Returns the curve list.
NXOpen::SketchProjectBuilder::OutputCurve CurveType ()
 Returns the output curve type generated by the projection.
bool ProjectAsDumbFixedCurves ()
 Returns the flag to indicate if the projection output needs to be converted to dumb fully fixed curves in the sketch.
NXOpen::SectionSection ()
 Returns the section.
void SetAssociativity (bool associativity)
 Sets the associativity of projection.
void SetCurveType (NXOpen::SketchProjectBuilder::OutputCurve curveType)
 Sets the output curve type generated by the projection.
void SetProjectAsDumbFixedCurves (bool projectAsDumbFixed)
 Sets the flag to indicate if the projection output needs to be converted to dumb fully fixed curves in the sketch.
void SetTolerance (double tolerance)
 Sets the tolerance value used for the projection.
double Tolerance ()
 Returns the tolerance value used for the projection.

Detailed Description

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

Property Value

Associativity

True

CurveType

Original


Created in NX5.0.0.


Member Enumeration Documentation

This enum represents the kind of output curves.

Enumerator:
OutputCurveOriginal 

original curve output

OutputCurveSplineSegment 

spline segment output

OutputCurveSingleSpline 

single spline output


Member Function Documentation

Returns the associativity of projection.

If this variable is turned on, the output curves will always depend on the input curves. So that when the input curves change, the output curves will change accordingly. If this variable is set to false, the output curves derive their shape from current stage of the input curves and then become independent of the input curves. In drafting mode, one can not project curves in associative manner. Also if the curves belong to multiple parts, they can not be projected in associative manner.
Created in NX5.0.0.

License requirements : None

Returns the curve list.

The curves to project should be added to this list only if they belong to multiple parts and they are to be projected in non associative manner. All the curves to be projected should either go to the section or the curve list depending on their owning parts.
Created in NX5.0.0.

License requirements : None

Returns the output curve type generated by the projection.

Depending on this value, the projected curve can have the same geometry as the input curves or it can be a single spline curve or a set of splines.
Created in NX5.0.0.

License requirements : None

Returns the flag to indicate if the projection output needs to be converted to dumb fully fixed curves in the sketch.

This flag overrides the associativity flag i.e. if both projectAsDumbFixed and associativity are set to true, the result will be dumb fixed curves and not an associative projection.
Created in NX7.5.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Returns the section.

The curves to project should be added to the section if they do not belong to multiple parts. All the curves to be projected should either go to the section or the curve list depending on their owning parts.
Created in NX5.0.0.

License requirements : None

void NXOpen::SketchProjectBuilder::SetAssociativity ( bool  associativity)

Sets the associativity of projection.

If this variable is turned on, the output curves will always depend on the input curves. So that when the input curves change, the output curves will change accordingly. If this variable is set to false, the output curves derive their shape from current stage of the input curves and then become independent of the input curves. In drafting mode, one can not project curves in associative manner. Also if the curves belong to multiple parts, they can not be projected in associative manner.
Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
associativityassociativity

Sets the output curve type generated by the projection.

Depending on this value, the projected curve can have the same geometry as the input curves or it can be a single spline curve or a set of splines.
Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
curveTypecurve type

Sets the flag to indicate if the projection output needs to be converted to dumb fully fixed curves in the sketch.

This flag overrides the associativity flag i.e. if both projectAsDumbFixed and associativity are set to true, the result will be dumb fixed curves and not an associative projection.
Created in NX7.5.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
projectAsDumbFixedprojectasdumbfixed
void NXOpen::SketchProjectBuilder::SetTolerance ( double  tolerance)

Sets the tolerance value used for the projection.

The same value is used for the tolerances related to the section.
Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
tolerancetolerance

Returns the tolerance value used for the projection.

The same value is used for the tolerances related to the section.
Created in NX5.0.0.

License requirements : None


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