Class Arrangement
Inheritance
System.Object
System.MarshalByRefObject
Arrangement
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.Assemblies
Assembly: NXOpen.dll
Syntax
public class Arrangement : NXObject, IMessageSink, INXObject
Constructors
Arrangement()
Declaration
protected Arrangement()
Properties
IgnoringConstraints
Declaration
public bool IgnoringConstraints { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Owner
Declaration
public ComponentAssembly Owner { get; }
Property Value
Type | Description |
---|---|
ComponentAssembly |
Methods
Delete(Boolean)
Declaration
public void Delete(bool forgetPositioning)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | forgetPositioning |
GetHasPostponedConstraints()
Declaration
public bool GetHasPostponedConstraints()
Returns
Type | Description |
---|---|
System.Boolean |
GetMaintainsConstraints()
Declaration
public bool GetMaintainsConstraints()
Returns
Type | Description |
---|---|
System.Boolean |
IsIsolated()
Declaration
public bool IsIsolated()
Returns
Type | Description |
---|---|
System.Boolean |
SolvePostponedConstraints()
Declaration
public void SolvePostponedConstraints()
Implements
System.Runtime.Remoting.Messaging.IMessageSink