NXOpen .NET Reference  12.0.0
Public Types | Properties | List of all members
NXOpen.CAE.ConstraintResolutionBuilder Class Reference

Represents a NXOpen.CAE.ConstraintResolutionBuilder builder which can resolve conflicts between the two input constraints by a specified rule More...

Inheritance diagram for NXOpen.CAE.ConstraintResolutionBuilder:
NXOpen.Builder NXOpen.GeometricUtilities.IComponentBuilder

Public Types

enum  Rule {
  ApplyFirstConstraint, ApplySecondConstraint, AverageDofValues, AddDofValues,
  SpecifyDofValues, IgnoreConflict
}
 Constraint Resolution Rule More...
 

Properties

unsafe NXOpen.CAE.PropertyTable PropertyTable [get]
 Returns the new Constraint's property table which can be used to update its property More...
 
unsafe
NXOpen.CAE.ConstraintResolutionBuilder.Rule 
ResolveRule [get, set]
 Returns or sets the resolution rule which will be used to resolve the conflict between the two input constraints More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Detailed Description

Represents a NXOpen.CAE.ConstraintResolutionBuilder builder which can resolve conflicts between the two input constraints by a specified rule

To create a new instance of this class, use NXOpen.CAE.SimSolution.CreateConstraintResolutionBuilder

Created in NX8.0.0

Deprecated in NX10.0.0. Use NXOpen.CAE.ConflictResolutionBuilder instead.

Member Enumeration Documentation

Constraint Resolution Rule

Enumerator
ApplyFirstConstraint 

apply first constraint on the intersection

ApplySecondConstraint 

apply second constraint on the intersection

AverageDofValues 

average dof values on the intersection

AddDofValues 

add dof values on the intersection

SpecifyDofValues 

specify dof values on the intersection

IgnoreConflict 

specify dof values on the intersection

Property Documentation

unsafe NXOpen.CAE.PropertyTable NXOpen.CAE.ConstraintResolutionBuilder.PropertyTable
get

Returns the new Constraint's property table which can be used to update its property

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.CAE.ConstraintResolutionBuilder.Rule NXOpen.CAE.ConstraintResolutionBuilder.ResolveRule
getset

Returns or sets the resolution rule which will be used to resolve the conflict between the two input constraints

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.