Class ConnectionBuilder
Inheritance
ConnectionBuilder
Assembly: NXOpen.dll
Syntax
public class ConnectionBuilder : SheetElementBuilder, IMessageSink, IComponentBuilder
Constructors
ConnectionBuilder()
Declaration
protected ConnectionBuilder()
Properties
Discipline
Declaration
public string Discipline { get; set; }
Property Value
End
Declaration
public Port End { get; set; }
Property Value
EndLocation
Declaration
public LocationBuilder EndLocation { get; }
Property Value
ReverseEnd
Declaration
public bool ReverseEnd { get; }
Property Value
Start
Declaration
public Port Start { get; set; }
Property Value
StartLocation
Declaration
public LocationBuilder StartLocation { get; }
Property Value
Methods
GetBendPoints(out Point2d[])
Declaration
public void GetBendPoints(out Point2d[] points)
Parameters
Type |
Name |
Description |
Point2d[] |
points |
|
SetBendPoints(Point2d[])
Declaration
public void SetBendPoints(Point2d[] points)
Parameters
Type |
Name |
Description |
Point2d[] |
points |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink