Class PlacementSolutionsBuilder
Inheritance
System.Object
System.MarshalByRefObject
PlacementSolutionsBuilder
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)
Namespace: NXOpen.Routing
Assembly: NXOpen.dll
Syntax
public class PlacementSolutionsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PlacementSolutionsBuilder()
Declaration
protected PlacementSolutionsBuilder()
Methods
ApplyConstraintsAndClear()
Declaration
public void ApplyConstraintsAndClear()
ApplyConstraintsAndClear(Boolean, Boolean)
Declaration
public void ApplyConstraintsAndClear(bool lockEngagement, bool lockRotation)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | lockEngagement | |
System.Boolean | lockRotation |
ApplyConstraintsAndClear(Boolean, Boolean, Boolean)
Declaration
public void ApplyConstraintsAndClear(bool lockEngagement, bool lockRotation, bool fixPart)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | lockEngagement | |
System.Boolean | lockRotation | |
System.Boolean | fixPart |
ApplyPortRotation(Double)
Declaration
public void ApplyPortRotation(double angle)
Parameters
Type | Name | Description |
---|---|---|
System.Double | angle |
FirstSolution()
Declaration
public void FirstSolution()
GetConsiderPorts()
Declaration
public bool GetConsiderPorts()
Returns
Type | Description |
---|---|
System.Boolean |
GetLookForAdditionalPlacementSolutions()
Declaration
public bool GetLookForAdditionalPlacementSolutions()
Returns
Type | Description |
---|---|
System.Boolean |
GetNumberOfSolutions()
Declaration
public int GetNumberOfSolutions()
Returns
Type | Description |
---|---|
System.Int32 |
GetOnlyPrimaryPlacementSolutions()
Declaration
public bool GetOnlyPrimaryPlacementSolutions()
Returns
Type | Description |
---|---|
System.Boolean |
GetSolutionIndex()
Declaration
public int GetSolutionIndex()
Returns
Type | Description |
---|---|
System.Int32 |
InitializePlacementData(TaggedObject, Point3d, TaggedObject)
Declaration
public void InitializePlacementData(TaggedObject part, Point3d placementPos, TaggedObject partToPlace)
Parameters
Type | Name | Description |
---|---|---|
TaggedObject | part | |
Point3d | placementPos | |
TaggedObject | partToPlace |
NextSolution()
Declaration
public void NextSolution()
PreviousSolution()
Declaration
public void PreviousSolution()
SetConsiderPorts(Boolean)
Declaration
public void SetConsiderPorts(bool considerPorts)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | considerPorts |
SetLookForAdditionalPlacementSolutions(Boolean)
Declaration
public void SetLookForAdditionalPlacementSolutions(bool lookForAdditionalPlacementSolutions)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | lookForAdditionalPlacementSolutions |
SetOnlyPrimaryPlacementSolutions(Boolean)
Declaration
public void SetOnlyPrimaryPlacementSolutions(bool onlyPrimaryPlacementSolutions)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | onlyPrimaryPlacementSolutions |
Implements
System.Runtime.Remoting.Messaging.IMessageSink