Class SelectStructuresBuilder
Inheritance
System.Object
System.MarshalByRefObject
SelectStructuresBuilder
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.Features.ShipDesign
Assembly: NXOpen.dll
Syntax
public class SelectStructuresBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
SelectStructuresBuilder()
Declaration
protected SelectStructuresBuilder()
Properties
AdditionalStructures
Declaration
public SelectNXObjectList AdditionalStructures { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
Methods
AddStructuresByRule(Component[])
Declaration
public void AddStructuresByRule(Component[] structures)
Parameters
Type | Name | Description |
---|---|---|
Component[] | structures |
GetFinalStructuresByRule()
Declaration
public Component[] GetFinalStructuresByRule()
Returns
Type | Description |
---|---|
Component[] |
RemoveStructuresByRule(Component[])
Declaration
public void RemoveStructuresByRule(Component[] structures)
Parameters
Type | Name | Description |
---|---|---|
Component[] | structures |
ResetStructuresByRule()
Declaration
public void ResetStructuresByRule()
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink