NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | List of all members
NXOpen.EdgeTangentRule Class Reference

Represents a NXOpen.SelectionIntentRule that collects tangent connected edges from the body of the seed edge. More...

Inheritance diagram for NXOpen.EdgeTangentRule:
NXOpen.SelectionIntentRule NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe void GetData (out NXOpen.Edge startEdge, out NXOpen.Edge endEdge, out bool isFromStart, out double angleTolerance, out bool hasSameConvexity)
 Gets the data for the edge tangent rule: NXOpen.EdgeTangentRule 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 tangent connected edges from the body of the seed edge.

Created in NX3.0.0

Member Function Documentation

override void NXOpen.EdgeTangentRule.FreeResource ( )
inlineprotectedvirtual

Frees the object from memory.

Created in NX3.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe void NXOpen.EdgeTangentRule.GetData ( out NXOpen.Edge  startEdge,
out NXOpen.Edge  endEdge,
out bool  isFromStart,
out double  angleTolerance,
out bool  hasSameConvexity 
)
inline

Gets the data for the edge tangent rule: NXOpen.EdgeTangentRule

Created in NX3.0.0

License requirements: gateway ("UG GATEWAY")

Parameters
startEdgeStart edge of edge tangent rule
endEdgeEnd edge of edge tangent rule. It can be null (Nothing).
isFromStartTrue: the tangent starts from the start point of the start edge if end edge is provided
angleToleranceAngle tolerance for tangent edges
hasSameConvexityTrue: will only find tangnet edges that has the same convexity

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