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

Represents a Features::ProjectCurve builder
To create a new instance of this class, use Features::FeatureCollection::CreateProjectCurveBuilder
Default values. More...

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

List of all members.

Public Types

enum  ArcLengthType {
  ArcLengthTypeBothXY, ArcLengthTypeFirstXThenY, ArcLengthTypeFirstYThenX, ArcLengthTypeXOnly,
  ArcLengthTypeYOnly
}
 Represents Equal Arc Length type. More...
enum  DirectionType {
  DirectionTypeAlongFaceNormal, DirectionTypeTowardPoint, DirectionTypeTowardLine, DirectionTypeAlongVector,
  DirectionTypeAngleToVector
}
 Represents direction method. More...
enum  ProjectionOptionType { ProjectionOptionTypeNone, ProjectionOptionTypeProjectBothSides, ProjectionOptionTypeEqualArcLength }
 Represents projection option type used when direction type is along vector. More...

Public Member Functions

NXOpen::ExpressionAngleToProjectionVector ()
 Returns the angle to projection vector
Created in NX5.0.0.
double BridgedGapSize ()
 Returns the maximum bridged gap size.
NXOpen::GeometricUtilities::CurveFitDataCurveFitData ()
 Returns the curve fit settings
Created in NX8.0.0.
NXOpen::GeometricUtilities::CurveFitJoinCurveFitJoinData ()
 Returns the curve fit join method

NXOpen::Features::ProjectCurveBuilder::ArcLengthType EqualArcLengthMethod ()
 Returns the equal arc length method
Created in NX5.0.0.
NXOpen::SelectObjectListFaceToProjectTo ()
 Returns the face to project to
Created in NX5.0.0.
bool GapOption ()
 Returns the gap option whether to create curve to bridge gap or not
Created in NX7.5.0.
NXOpen::GeometricUtilities::CurveOptionsInputCurvesOption ()
 Returns the input curves option
Created in NX5.0.0.
NXOpen::SelectDisplayableObjectLineToProjectToward ()
 Returns the line to project toward
Created in NX5.0.0.
bool NearestPointOption ()
 Returns the nearest point option whether to project curve by nearest point or not.
NXOpen::PlanePlaneToProjectTo ()
 Returns the plane to project to
Created in NX5.0.0.
NXOpen::PointPointToProjectToward ()
 Returns the point to project toward
Created in NX5.0.0.
NXOpen::Features::ProjectCurveBuilder::DirectionType ProjectionDirectionMethod ()
 Returns the projection direction method
Created in NX5.0.0.
NXOpen::Features::ProjectCurveBuilder::ProjectionOptionType ProjectionOption ()
 Returns the projection option type
Created in NX5.0.0.
NXOpen::DirectionProjectionVector ()
 Returns the projection vector
Created in NX5.0.0.
NXOpen::PointReferencePointForEqualArcLength ()
 Returns the reference point for equal arc length
Created in NX5.0.0.
NXOpen::SectionSectionToProject ()
 Returns the section to project
Created in NX5.0.0.
void SetBridgedGapSize (double bridgedGapSize)
 Sets the maximum bridged gap size.
void SetEqualArcLengthMethod (NXOpen::Features::ProjectCurveBuilder::ArcLengthType arcLengthMethod)
 Sets the equal arc length method
Created in NX5.0.0.
void SetGapOption (bool gapOption)
 Sets the gap option whether to create curve to bridge gap or not
Created in NX7.5.0.
void SetNearestPointOption (bool nearestPointOption)
 Sets the nearest point option whether to project curve by nearest point or not.
void SetPlaneToProjectTo (NXOpen::Plane *projectedPlane)
 Sets the plane to project to
Created in NX5.0.0.
void SetPointToProjectToward (NXOpen::Point *towardPoint)
 Sets the point to project toward
Created in NX5.0.0.
void SetProjectionDirectionMethod (NXOpen::Features::ProjectCurveBuilder::DirectionType directionMethod)
 Sets the projection direction method
Created in NX5.0.0.
void SetProjectionOption (NXOpen::Features::ProjectCurveBuilder::ProjectionOptionType projectionOption)
 Sets the projection option type
Created in NX5.0.0.
void SetProjectionVector (NXOpen::Direction *alongVector)
 Sets the projection vector
Created in NX5.0.0.
void SetReferencePointForEqualArcLength (NXOpen::Point *referencePoint)
 Sets the reference point for equal arc length
Created in NX5.0.0.
void SetTolerance (double tolerance)
 Sets the tolerance
Created in NX5.0.0.
void SetXVectorForEqualArcLength (NXOpen::Direction *xVector)
 Sets the x vector for equal arc length
Created in NX5.0.0.
double Tolerance ()
 Returns the tolerance
Created in NX5.0.0.
NXOpen::DirectionXVectorForEqualArcLength ()
 Returns the x vector for equal arc length
Created in NX5.0.0.

Detailed Description

Represents a Features::ProjectCurve builder
To create a new instance of this class, use Features::FeatureCollection::CreateProjectCurveBuilder
Default values.

Property Value

AngleToProjectionVector.Value

0.0

BridgedGapSize

1.0 (millimeters part), 0.04 (inches part)

CurveFitData.CurveJoinMethod

No

CurveFitData.Degree

7

CurveFitData.FitMethod

DegreeAndSegments

CurveFitData.IsAdvancedFit

0

CurveFitData.IsAlignShape

0

CurveFitData.MaximumDegree

7

CurveFitData.MaximumSegments

1

CurveFitData.MinimumDegree

5

CurveFitData.Segments

1

CurveFitJoinData.CurveFitOptions.FitOption (deprecated)

Cubic

CurveFitJoinData.CurveFitOptions.MaximumDegree (deprecated)

7

CurveFitJoinData.CurveFitOptions.MaximumSegments (deprecated)

1

EqualArcLengthMethod

BothXY

GapOption

false

InputCurvesOption.Associative

True

NearestPointOption

false

ProjectionDirectionMethod

AlongFaceNormal

ProjectionOption

None


Created in NX5.0.0.


Member Enumeration Documentation

Represents Equal Arc Length type.

Enumerator:
ArcLengthTypeBothXY 

Represents Both X and Y.

ArcLengthTypeFirstXThenY 

Represents First X then Y.

ArcLengthTypeFirstYThenX 

Represents First Y then X.

ArcLengthTypeXOnly 

Represents X only.

ArcLengthTypeYOnly 

Represents Y only.

Represents direction method.

Enumerator:
DirectionTypeAlongFaceNormal 

Represents Along Face Normal.

DirectionTypeTowardPoint 

Represents Towards Point.

DirectionTypeTowardLine 

Represents Towards Line.

DirectionTypeAlongVector 

Represents Along Vector.

DirectionTypeAngleToVector 

Represents Angle To Vector.

Represents projection option type used when direction type is along vector.

Enumerator:
ProjectionOptionTypeNone 

Represents None.

ProjectionOptionTypeProjectBothSides 

Represents Project Both Sides.

ProjectionOptionTypeEqualArcLength 

Represents Equal Arc Length.


Member Function Documentation

Returns the angle to projection vector
Created in NX5.0.0.



License requirements : None

Returns the maximum bridged gap size.

When gap distance is less than maximum bridged gap size and bigger than the default modeling tolerance, NX project curve will add an internal bridge curve to close the gap between segments in projection curve. This option is only valid if Features::ProjectCurveBuilder::GapOption and Features::ProjectCurveBuilder::SetGapOption is true.


Created in NX7.5.0.

License requirements : None

Returns the curve fit settings
Created in NX8.0.0.



License requirements : None

Returns the curve fit join method

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : None

Returns the equal arc length method
Created in NX5.0.0.



License requirements : None

Returns the face to project to
Created in NX5.0.0.



License requirements : None

Returns the gap option whether to create curve to bridge gap or not
Created in NX7.5.0.



License requirements : None

Returns the input curves option
Created in NX5.0.0.



License requirements : None

Returns the line to project toward
Created in NX5.0.0.



License requirements : None

Returns the nearest point option whether to project curve by nearest point or not.

This option is only valid if Features::ProjectCurveBuilder::DirectionTypeAlongVector is used and Features::ProjectCurveBuilder::ProjectionOptionTypeNone or Features::ProjectCurveBuilder::ProjectionOptionTypeProjectBothSides is used.


Created in NX7.5.0.

License requirements : None

Returns the plane to project to
Created in NX5.0.0.



License requirements : None

Returns the point to project toward
Created in NX5.0.0.



License requirements : None

Returns the projection direction method
Created in NX5.0.0.



License requirements : None

Returns the projection option type
Created in NX5.0.0.



License requirements : None

Returns the projection vector
Created in NX5.0.0.



License requirements : None

Returns the reference point for equal arc length
Created in NX5.0.0.



License requirements : None

Returns the section to project
Created in NX5.0.0.



License requirements : None

Sets the maximum bridged gap size.

When gap distance is less than maximum bridged gap size and bigger than the default modeling tolerance, NX project curve will add an internal bridge curve to close the gap between segments in projection curve. This option is only valid if Features::ProjectCurveBuilder::GapOption and Features::ProjectCurveBuilder::SetGapOption is true.


Created in NX7.5.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
bridgedGapSizebridgedgapsize

Sets the equal arc length method
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
arcLengthMethodarclengthmethod

Sets the gap option whether to create curve to bridge gap or not
Created in NX7.5.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
gapOptiongapoption

Sets the nearest point option whether to project curve by nearest point or not.

This option is only valid if Features::ProjectCurveBuilder::DirectionTypeAlongVector is used and Features::ProjectCurveBuilder::ProjectionOptionTypeNone or Features::ProjectCurveBuilder::ProjectionOptionTypeProjectBothSides is used.


Created in NX7.5.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
nearestPointOptionnearestpointoption

Sets the plane to project to
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
projectedPlaneprojectedplane

Sets the point to project toward
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
towardPointtowardpoint

Sets the projection direction method
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
directionMethoddirectionmethod

Sets the projection option type
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
projectionOptionprojectionoption

Sets the projection vector
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
alongVectoralongvector

Sets the reference point for equal arc length
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
referencePointreferencepoint

Sets the tolerance
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
tolerancetolerance

Sets the x vector for equal arc length
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
xVectorxvector

Returns the tolerance
Created in NX5.0.0.



License requirements : None

Returns the x vector for equal arc length
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.