NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Properties | List of all members
NXOpen.Routing.IRoutePosition Interface Reference

Interface class for all routing objects that specify a single (possibly associative) location in space. More...

Inheritance diagram for NXOpen.Routing.IRoutePosition:
NXOpen.Routing.ICharacteristic NXOpen.INXObject NXOpen.Routing.Anchor NXOpen.Routing.ControlPoint NXOpen.Routing.IAxisPort NXOpen.Routing.Port NXOpen.Routing.FittingPort NXOpen.Routing.FixturePort NXOpen.Routing.MultiPort NXOpen.Routing.ProxyPort NXOpen.Routing.TerminalPort NXOpen.Routing.ExtractPort NXOpen.Routing.FittingPort NXOpen.Routing.FixturePort NXOpen.Routing.MultiPort NXOpen.Routing.ProxyPort NXOpen.Routing.StockOffsetPort NXOpen.Routing.StockPort NXOpen.Routing.TerminalPort

Properties

NXOpen.Point Point [get, set]
 Returns or sets the NXOpen.Point that specifies the location of the NXOpen.Routing.IRoutePosition object. More...
 
NXOpen.Point3d Position [get, set]
 Returns or sets the current location of the object in ABS coordinates. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Routing.ICharacteristic
void DeleteCharacterstics (NXOpen.Routing.CharacteristicList values)
 Removes the input list of characteristics from this object. More...
 
NXOpen.Routing.CharacteristicList GetCharacteristics ()
 Get all of the characteristics values on the this object. More...
 
NXOpen.Routing.CharacteristicList GetDestinationCharacteristics ()
 Returns the destination characteristics from the input object. More...
 
int GetIntegerCharacteristic (string name)
 Get the value of an integer characteristic associated with the input name. More...
 
double GetRealCharacteristic (string name)
 Get the value of a real characteristic associated with the input name. More...
 
string GetStringCharacteristic (string name)
 Get the value of a string characteristic associated with the input name. More...
 
void SetCharacteristic (string name, int value)
 Set the value of an integer characteristic associated with the input name, adds a new characteristic to the list if one doesn't exist already. More...
 
void SetCharacteristic (string name, double value)
 Set the value of an real characteristic associated with the input name, adds a new characteristic to the list if one doesn't exist already. More...
 
void SetCharacteristic (string name, string value)
 Set the value of an string characteristic associated with the input name, adds a new characteristic to the list if one doesn't exist already. More...
 
void SetCharacteristic2 (string title, int value)
 Sets or creates an integer type attribute associated with the input title. More...
 
void SetCharacteristic2 (string title, double value)
 Sets or creates a double type attribute associated with the input title. More...
 
void SetCharacteristic2 (string title, string value)
 Sets or creates a string type type attribute associated with the input title. More...
 
void SetCharacteristics (NXOpen.Routing.CharacteristicList values)
 Set all of the characteristics values on this object. More...
 
void SetCharacteristics2 (NXOpen.Routing.CharacteristicList values)
 Sets all attributes associated with the titles from the input list, creating new attributes for the ones that don't exist already. More...
 

Detailed Description

Interface class for all routing objects that specify a single (possibly associative) location in space.

Created in NX4.0.0

Property Documentation

NXOpen.Point NXOpen.Routing.IRoutePosition.Point
getset

Returns or sets the NXOpen.Point that specifies the location of the NXOpen.Routing.IRoutePosition object.

A NULL object indicates that this object is not associated to any point.

Created in NX4.0.0

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

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

NXOpen.Point3d NXOpen.Routing.IRoutePosition.Position
getset

Returns or sets the current location of the object in ABS coordinates.

This value is overridden by the coordinates of the point associated with this object.

Created in NX4.0.0

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

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


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