Class PathArrangementBuilder
Inheritance
PathArrangementBuilder
Assembly: NXOpen.dll
Syntax
public class PathArrangementBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PathArrangementBuilder()
Declaration
protected PathArrangementBuilder()
Properties
HarnessPartOccurrence
Declaration
public Component HarnessPartOccurrence { get; set; }
Property Value
PrototypePort
Declaration
public Port PrototypePort { get; set; }
Property Value
PrototypePortPartOccurrence
Declaration
public Component PrototypePortPartOccurrence { get; set; }
Property Value
ReferencePort
Declaration
public TaggedObject ReferencePort { get; set; }
Property Value
Methods
ClearHarnessData()
Declaration
public void ClearHarnessData()
DeletePathArrangement()
Declaration
public void DeletePathArrangement()
EstablishPathArrangement()
Declaration
public void EstablishPathArrangement()
InitializeBuilderFromArrangedPort(Port)
Declaration
public void InitializeBuilderFromArrangedPort(Port port)
Parameters
Type |
Name |
Description |
Port |
port |
|
SetPathArrangementOrigin(Point3d)
Declaration
public void SetPathArrangementOrigin(Point3d point)
Parameters
Type |
Name |
Description |
Point3d |
point |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink