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

Applies Assemblies Constraints to a selected NXOpen.Point or NXOpen.Routing.ControlPoint to mimic the update/move behavior of the input smart NXOpen.Point . More...

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

Public Types

enum  PointType { Normal, StockOffset }
 Point Type More...
 

Public Member Functions

unsafe void GetPointData (out NXOpen.Routing.StockOffsetPointBuilder.PointType pointType, out NXOpen.Point basePoint, out NXOpen.Direction offsetDir, out string offsetExpression)
 Gets the stock offset data from the currently selected point or routing control point. More...
 
unsafe NXOpen.TaggedObject GetStockOffsetPointObject ()
 Gets the object on which a Stock Offset Point was based. 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 NXOpen.Point ConstraintPoint [get, set]
 Returns or sets the point that defines the location of the selected point. More...
 
unsafe NXOpen.SelectNXObject PointSelection [get]
 Returns the point selection. 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

Applies Assemblies Constraints to a selected NXOpen.Point or NXOpen.Routing.ControlPoint to mimic the update/move behavior of the input smart NXOpen.Point .

The smart point may be a Routing stock offset point (see NXOpen.PointCollection.CreateStockOffsetPoint ) or any of the points created using the NXOpen.PointCollection class.

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

Created in NX6.0.0

Member Enumeration Documentation

Point Type

Enumerator
Normal 

Normal smart point.

StockOffset 

Routing stock offset point.

Member Function Documentation

unsafe void NXOpen.Routing.StockOffsetPointBuilder.GetPointData ( out NXOpen.Routing.StockOffsetPointBuilder.PointType  pointType,
out NXOpen.Point  basePoint,
out NXOpen.Direction  offsetDir,
out string  offsetExpression 
)
inline

Gets the stock offset data from the currently selected point or routing control point.

Created in NX6.0.0

License requirements: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
pointTypeType of point currently defined.
basePointBase point for stock offset points, a null reference (Nothing in Visual Basic) for Routing.StockOffsetPointBuilder.PointType.Normal points.
offsetDirOffset direction for stock offset points, a null reference (Nothing in Visual Basic) for Routing.StockOffsetPointBuilder.PointType.Normal points.
offsetExpressionOffset expression for stock offset points, a null reference (Nothing in Visual Basic) for Routing.StockOffsetPointBuilder.PointType.Normal points.
unsafe NXOpen.TaggedObject NXOpen.Routing.StockOffsetPointBuilder.GetStockOffsetPointObject ( )
inline

Gets the object on which a Stock Offset Point was based.

Returns a null reference (Nothing in Visual Basic) if the point is not a Stock Offset Point or if the Stock Offset Point was not offset from another object.

Created in NX11.0.0

License requirements: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Returns

Property Documentation

unsafe NXOpen.Point NXOpen.Routing.StockOffsetPointBuilder.ConstraintPoint
getset

Returns or sets the point that defines the location of the selected point.

On commit, this point is used for determining the set of Assemblies Constraints to apply to the selected point (or Routing control point). The input point itself is not used after the commit method.

Created in NX6.0.0

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

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

unsafe NXOpen.SelectNXObject NXOpen.Routing.StockOffsetPointBuilder.PointSelection
get

Returns the point selection.

Stores the point or Routing control point selected by the user.

Created in NX6.0.0

License requirements: routing_advanced ("Routing Advanced"), 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.