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

Represents a NXOpen::SelectionIntentRule that collects tangent connected curves from the feature of the seed. More...

Inheritance diagram for NXOpen::CurveFeatureTangentRule:
NXOpen::SelectionIntentRule NXOpen::TransientObject

Public Member Functions

void GetData (std::vector< NXOpen::Features::Feature * > &features, NXOpen::Curve **seedCurve, NXOpen::Curve **endCurve, bool *isFromSeedStart, double *angleTolerance, double *gapTolerance)
 Gets the data for the curve feature tangent rule: NXOpen::CurveFeatureTangentRule
Created in NX3.0.0. More...
 
virtual ~CurveFeatureTangentRule ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::SelectionIntentRule
NXOpen::SelectionIntentRule::RuleType Type ()
 Returns the get the type of selection intent rule: NXOpen::SelectionIntentRule
Created in NX3.0.0. More...
 
virtual ~SelectionIntentRule ()
 Free resources associated with the instance. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen::SelectionIntentRule
enum  RuleType {
  RuleTypeEdgeDumb, RuleTypeEdgeChain, RuleTypeEdgeTangent, RuleTypeEdgeFace,
  RuleTypeEdgeBody, RuleTypeEdgeFeature, RuleTypeEdgeSheetBoundary, RuleTypeEdgeBoundary,
  RuleTypeEdgeIntersect, RuleTypeEdgeMultipleSeedTangent, RuleTypeEdgeVertex, RuleTypeEdgeVertexTangent,
  RuleTypeCurveDumb, RuleTypeCurveFeature, RuleTypeCurveFeatureChain, RuleTypeCurveFeatureTangent,
  RuleTypeFollowFillet, RuleTypeFeaturePoints, RuleTypeRegionBoundary, RuleTypeFaceDumb,
  RuleTypeFaceTangent, RuleTypeFaceAdjacent, RuleTypeFaceBody, RuleTypeFaceRegion,
  RuleTypeFaceFeature, RuleTypeFaceConnectedBlend, RuleTypeFaceAllBlend, RuleTypeFaceRib,
  RuleTypeFaceMergedRib, RuleTypeFaceSlot, RuleTypeFaceBossPocket, RuleTypeFaceRegionBoundary,
  RuleTypeFaceAndAdjacentFaces, RuleTypeCurveGroup, RuleTypeBodyDumb, RuleTypeBodyFeature,
  RuleTypeBodyGroup, RuleTypeApparentChaining, RuleTypeOuterFaceEdges, RuleTypeRibTopFaceEdges,
  RuleTypeFeatureIntersectionEdges, RuleTypeInvalidType
}
 This enum represents the type of selection intent rules as specified by NXOpen::SelectionIntentRule . More...
 

Detailed Description

Represents a NXOpen::SelectionIntentRule that collects tangent connected curves from the feature of the seed.


Created in NX3.0.0.

Constructor & Destructor Documentation

virtual NXOpen::CurveFeatureTangentRule::~CurveFeatureTangentRule ( )
virtual

Frees the object from memory.


Created in NX3.0.0.

License requirements : None

Member Function Documentation

void NXOpen::CurveFeatureTangentRule::GetData ( std::vector< NXOpen::Features::Feature * > &  features,
NXOpen::Curve **  seedCurve,
NXOpen::Curve **  endCurve,
bool *  isFromSeedStart,
double *  angleTolerance,
double *  gapTolerance 
)

Gets the data for the curve feature tangent rule: NXOpen::CurveFeatureTangentRule
Created in NX3.0.0.



License requirements : gateway ("UG GATEWAY")

Parameters
featuresFeaures whose tangent curves are used to create this rule
seedCurveSeed curve
endCurveEnd curve. It can be null (Nothing)
isFromSeedStartTrue: the chain starts from the start point of the seed curve
angleToleranceAngle tolerance for tangent curves
gapToleranceGap tolerance for tangent curves

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