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

Builder for creating automatically creating segments on end-to-end connected curves. More...

Inheritance diagram for NXOpen.Routing.ConnectedCurvesBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe NXOpen.Curve[] ChainSelectedCurves ()
 Finds all curves attached end-to-end with the current list of selected curves. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe bool AllowArcs [get, set]
 Returns or sets the flag that allows traversal of arcs when finding connected curves. More...
 
unsafe bool AllowLines [get, set]
 Returns or sets the flag that allows traversal of lines when finding connected curves. More...
 
unsafe bool AllowOccs [get, set]
 Returns or sets the flag that allows traversal of curve occurrences when finding connected curves. More...
 
unsafe bool AllowSplines [get, set]
 Returns or sets the flag that allows traversal of splines when finding connected curves. More...
 
unsafe NXOpen.SelectCurveList CurveSelection [get]
 Returns the list of selected curves. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Builder for creating automatically creating segments on end-to-end connected curves.

To create a new instance of this class, use NXOpen.Routing.RouteManager.CreateConnectedCurvesBuilder

Default values.

Property Value

AllowArcs

1

AllowLines

1

AllowOccs

1

AllowSplines

1

Created in NX6.0.0

Member Function Documentation

unsafe NXOpen.Curve [] NXOpen.Routing.ConnectedCurvesBuilder.ChainSelectedCurves ( )
inline

Finds all curves attached end-to-end with the current list of selected curves.

The returned list of curves includes the selected curves.

Created in NX6.0.0

License requirements: routing_base ("Routing Basic")

Returns

Property Documentation

unsafe bool NXOpen.Routing.ConnectedCurvesBuilder.AllowArcs
getset

Returns or sets the flag that allows traversal of arcs when finding connected curves.

If False, the traversal will stop when it hits an arc curve. In addition the curve selection list will not allow arcs to be added to the list.

Created in NX6.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe bool NXOpen.Routing.ConnectedCurvesBuilder.AllowLines
getset

Returns or sets the flag that allows traversal of lines when finding connected curves.

If False, the traversal will stop when it hits a line curve. In addition the curve selection list will not allow lines to be added to the list.

Created in NX6.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe bool NXOpen.Routing.ConnectedCurvesBuilder.AllowOccs
getset

Returns or sets the flag that allows traversal of curve occurrences when finding connected curves.

If False, the traversal will stop when it hits a curve occurrence. In addition the curve selection list will not allow curve occurrences to be added to the list.

Created in NX6.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe bool NXOpen.Routing.ConnectedCurvesBuilder.AllowSplines
getset

Returns or sets the flag that allows traversal of splines when finding connected curves.

If False, the traversal will stop when it hits an spline curve. In addition the curve selection list will not allow splines to be added to the list.

Created in NX6.0.0

License requirements to get this property: routing_base ("Routing Basic")

License requirements to set this property: routing_base ("Routing Basic")

unsafe NXOpen.SelectCurveList NXOpen.Routing.ConnectedCurvesBuilder.CurveSelection
get

Returns the list of selected curves.

Created in NX6.0.0

License requirements: routing_base ("Routing Basic")


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