Class ComponentConstraint
Inheritance
ComponentConstraint
Assembly: NXOpen.dll
Syntax
public class ComponentConstraint : Constraint, IMessageSink, INXObject
Constructors
ComponentConstraint()
Declaration
protected ComponentConstraint()
Properties
ArrangementSpecific
Declaration
public bool ArrangementSpecific { get; set; }
Property Value
Methods
CopyInheritedToOverride()
Declaration
public ComponentConstraint CopyInheritedToOverride()
Returns
CopyToOverride()
Declaration
[Obsolete("Deprecated in NX1847.0.0. Use ComponentConstraint.CopyInheritedToOverride instead.")]
public void CopyToOverride()
GetDirectionToFixed(Component, Arrangement)
Declaration
public ComponentConstraint.DirectionToFixed GetDirectionToFixed(Component component, Arrangement arrangement)
Parameters
Returns
GetInherited()
Declaration
public bool GetInherited()
Returns
GetSeparateSuppression()
Declaration
public bool GetSeparateSuppression()
Returns
GetSharedSuppressed()
Declaration
public bool GetSharedSuppressed()
Returns
GetSpecificInArrangement(Arrangement)
Declaration
public bool GetSpecificInArrangement(Arrangement arrangement)
Parameters
Returns
GetSuppressedInArrangement(Arrangement)
Declaration
public bool GetSuppressedInArrangement(Arrangement arrangement)
Parameters
Returns
RememberOnComponent(Component)
Declaration
public void RememberOnComponent(Component component)
Parameters
SetSeparateSuppression(bool)
Declaration
public void SetSeparateSuppression(bool separateSuppression)
Parameters
Type |
Name |
Description |
bool |
separateSuppression |
|
SetSharedSuppressed(bool)
Declaration
public void SetSharedSuppressed(bool suppressed)
Parameters
Type |
Name |
Description |
bool |
suppressed |
|
SetSpecificInArrangement(Arrangement, bool)
Declaration
public void SetSpecificInArrangement(Arrangement arrangement, bool arrangementSpecific)
Parameters
SetSuppressedInArrangement(Arrangement, bool)
Declaration
public void SetSuppressedInArrangement(Arrangement arrangement, bool suppressed)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink