Class ComponentConstraintGroup
Inheritance
ComponentConstraintGroup
Assembly: NXOpen.dll
Syntax
public class ComponentConstraintGroup : NXObject, IMessageSink, INXObject
Constructors
ComponentConstraintGroup()
Declaration
protected ComponentConstraintGroup()
Methods
GetConstraintCollectionType()
Declaration
public ComponentConstraintGroup.ConstraintsCollectionType GetConstraintCollectionType()
Returns
GetDefiningComponents()
Declaration
public Component[] GetDefiningComponents()
Returns
GetDefiningConstraints()
Declaration
public ComponentConstraint[] GetDefiningConstraints()
Returns
GetMemberConstraints()
Declaration
public ComponentConstraint[] GetMemberConstraints()
Returns
GetRememberComponentState()
Declaration
public bool GetRememberComponentState()
Returns
SetConstraintCollectionType(ConstraintsCollectionType)
Declaration
public void SetConstraintCollectionType(ComponentConstraintGroup.ConstraintsCollectionType constraintCollectionType)
Parameters
SetDefiningComponents(Component[])
Declaration
public void SetDefiningComponents(Component[] constraints)
Parameters
Type |
Name |
Description |
Component[] |
constraints |
|
SetDefiningConstraints(ComponentConstraint[])
Declaration
public void SetDefiningConstraints(ComponentConstraint[] constraints)
Parameters
SetRememberComponentState(bool)
Declaration
public void SetRememberComponentState(bool rememberComponentState)
Parameters
Type |
Name |
Description |
bool |
rememberComponentState |
|
UpdateMemberConstraints()
Declaration
public bool UpdateMemberConstraints()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink