Class PlaceElbowsBuilder
Inheritance
PlaceElbowsBuilder
Assembly: NXOpen.dll
Syntax
public class PlaceElbowsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PlaceElbowsBuilder()
Declaration
protected PlaceElbowsBuilder()
Properties
AllowCutElbows
Declaration
public bool AllowCutElbows { get; set; }
Property Value
LayerSettings
Declaration
public LayerSettingsBuilder LayerSettings { get; }
Property Value
PlacementLocationCollector
Declaration
public RouteObjectCollector PlacementLocationCollector { get; }
Property Value
ReferenceSet
Declaration
public PlaceElbowsBuilder.ReferenceSetType ReferenceSet { get; set; }
Property Value
Methods
GetPlacedElbowComponents()
Declaration
public Component[] GetPlacedElbowComponents()
Returns
PreCommit(out LogicalObject[])
Declaration
public void PreCommit(out LogicalObject[] logicalObjects)
Parameters
SelectComponentToBePlaced(NXObject, string)
Declaration
public void SelectComponentToBePlaced(NXObject placementLocation, string selectedMemberIdentifier)
Parameters
Type |
Name |
Description |
NXObject |
placementLocation |
|
string |
selectedMemberIdentifier |
|
SetElbowSourceNodeIdentifier(string)
Declaration
public void SetElbowSourceNodeIdentifier(string elbowSourceNodeIdentifier)
Parameters
Type |
Name |
Description |
string |
elbowSourceNodeIdentifier |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink