Class NodeBuilder
Inheritance
System.Object
System.MarshalByRefObject
NodeBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class NodeBuilder : BaseObjectBuilder, IMessageSink, IComponentBuilder
Constructors
NodeBuilder()
Declaration
Properties
ExistingSymbol
Declaration
public Node ExistingSymbol { get; set; }
Property Value
FlipHorizontal
Declaration
public bool FlipHorizontal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FlipVertical
Declaration
public bool FlipVertical { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LockAspectRatio
Declaration
public bool LockAspectRatio { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Rotate
Declaration
public RotateAngleOption Rotate { get; set; }
Property Value
Scale
Declaration
public double Scale { get; set; }
Property Value
Type |
Description |
System.Double |
|
ScaleX
Declaration
public double ScaleX { get; set; }
Property Value
Type |
Description |
System.Double |
|
ScaleY
Declaration
public double ScaleY { get; set; }
Property Value
Type |
Description |
System.Double |
|
SymbolId
Declaration
public string SymbolId { get; set; }
Property Value
Type |
Description |
System.String |
|
SymbolSourceType
Declaration
public SymbolSourceOption SymbolSourceType { get; set; }
Property Value
Methods
DetachAllConnections()
Declaration
public void DetachAllConnections()
GetInlineSymbolLocation(out Connection, out Int32, out Double)
Declaration
public void GetInlineSymbolLocation(out Connection connection, out int segementId, out double percent)
Parameters
Type |
Name |
Description |
Connection |
connection |
|
System.Int32 |
segementId |
|
System.Double |
percent |
|
GetLocation()
Declaration
public Point2d GetLocation()
Returns
GetNode()
Declaration
Returns
SetInlineSymbolLocation(Connection, Int32, Double)
Declaration
public void SetInlineSymbolLocation(Connection connection, int segementId, double percent)
Parameters
Type |
Name |
Description |
Connection |
connection |
|
System.Int32 |
segementId |
|
System.Double |
percent |
|
SetLocation(Point2d)
Declaration
public void SetLocation(Point2d location)
Parameters
Type |
Name |
Description |
Point2d |
location |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink