NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | List of all members
NXOpen.FollowFilletRule Class Reference

Represents a NXOpen.SelectionIntentRule that collects curves/edges which are connected or tangent connected and follow onto and off an untrimmed fillet. More...

Inheritance diagram for NXOpen.FollowFilletRule:
NXOpen.SelectionIntentRule

Public Member Functions

unsafe void GetData (out NXOpen.Features.Feature[] features, out NXOpen.Body[] bodies, out NXOpen.ICurve[] basicCurves, out NXOpen.ICurve seedWireframe, out NXOpen.ICurve endWireframe, out bool fromSeedStart, out double gapTolerance, out double angleTolerance, out NXOpen.FollowFilletRuleType method)
 Gets the data for the follow fillet rule: NXOpen.FollowFilletRule More...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 
- Protected Member Functions inherited from NXOpen.SelectionIntentRule
override void FreeResource ()
 Free resources associated with the instance. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.SelectionIntentRule
enum  RuleType {
  EdgeDumb, EdgeChain, EdgeTangent, EdgeFace,
  EdgeBody, EdgeFeature, EdgeSheetBoundary, EdgeBoundary,
  EdgeIntersect, EdgeMultipleSeedTangent, EdgeVertex, EdgeVertexTangent,
  CurveDumb, CurveFeature, CurveFeatureChain, CurveFeatureTangent,
  FollowFillet, FeaturePoints, RegionBoundary, FaceDumb,
  FaceTangent, FaceAdjacent, FaceBody, FaceRegion,
  FaceFeature, FaceConnectedBlend, FaceAllBlend, FaceRib,
  FaceMergedRib, FaceSlot, FaceBossPocket, FaceRegionBoundary,
  FaceAndAdjacentFaces, CurveGroup, BodyDumb, BodyFeature,
  BodyGroup, ApparentChaining, OuterFaceEdges, RibTopFaceEdges,
  FeatureIntersectionEdges, InvalidType
}
 This enum represents the type of selection intent rules as specified by NXOpen.SelectionIntentRule More...
 
- Properties inherited from NXOpen.SelectionIntentRule
unsafe
NXOpen.SelectionIntentRule.RuleType 
Type [get]
 Returns the get the type of selection intent rule: NXOpen.SelectionIntentRule More...
 

Detailed Description

Represents a NXOpen.SelectionIntentRule that collects curves/edges which are connected or tangent connected and follow onto and off an untrimmed fillet.

Created in NX4.0.0

Member Function Documentation

override void NXOpen.FollowFilletRule.FreeResource ( )
protected

Frees the object from memory.

Created in NX4.0.0

License requirements: None.

unsafe void NXOpen.FollowFilletRule.GetData ( out NXOpen.Features.Feature[]  features,
out NXOpen.Body[]  bodies,
out NXOpen.ICurve[]  basicCurves,
out NXOpen.ICurve  seedWireframe,
out NXOpen.ICurve  endWireframe,
out bool  fromSeedStart,
out double  gapTolerance,
out double  angleTolerance,
out NXOpen.FollowFilletRuleType  method 
)

Gets the data for the follow fillet rule: NXOpen.FollowFilletRule

Created in NX4.0.0

License requirements: gateway ("UG GATEWAY")

Parameters
featuresFeatures whose curves are used to create this rule
bodiesBodies whose edges are used to create this rule
basicCurvesNon-associative basic curves that are used to create this rule
seedWireframeSeed wireframe
endWireframeEnd wireframe. It can be null (Nothing)
fromSeedStartTrue: the chain starts from the start point of the seed wireframe
gapToleranceGap tolerance
angleToleranceAngle tolerance
methodSelection Intent method

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