NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.Positioning.ComponentConstraintGroupBuilder Class Reference

Represents a NXOpen.Positioning.ComponentConstraintGroupBuilder builder More...

Inheritance diagram for NXOpen.Positioning.ComponentConstraintGroupBuilder:
NXOpen.Builder NXOpen.GeometricUtilities.IComponentBuilder

Public Member Functions

unsafe NXOpen.Assemblies.Component GetContextComponent ()
 Gets the context component which is used to decide the displayed constraints that can be in the selected constraints list. More...
 
- 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...
 

Properties

unsafe
NXOpen.Positioning.ComponentConstraintGroup.ConstraintsCollectionType 
ConstraintCollectionType [get, set]
 Returns or sets the constraint collection types More...
 
unsafe string ConstraintGroupName [get, set]
 Returns or sets the name of constraint group More...
 
unsafe bool RememberComponentState [get, set]
 Returns or sets the toggle to remember selected component More...
 
unsafe
NXOpen.SelectDisplayableObjectList 
SelectedComponentList [get]
 Returns the selected components list More...
 
unsafe
NXOpen.SelectDisplayableObjectList 
SelectedConstraintsList [get]
 Returns the selected constraint list More...
 

Detailed Description

Represents a NXOpen.Positioning.ComponentConstraintGroupBuilder builder

To create a new instance of this class, use NXOpen.Assemblies.ComponentAssembly.CreateConstraintGroupBuilder

Default values.

Property Value

ConstraintCollectionType

BetweenSelectedComponents

RememberComponentState

true

Created in NX8.0.1

Member Function Documentation

unsafe NXOpen.Assemblies.Component NXOpen.Positioning.ComponentConstraintGroupBuilder.GetContextComponent ( )

Gets the context component which is used to decide the displayed constraints that can be in the selected constraints list.

The context component is only set by the creator and can be a null reference (Nothing in Visual Basic). If the context component is a null reference (Nothing in Visual Basic) the displayed constraints will be in same part as the constraint group.

Created in NX8.0.1

License requirements: assemblies ("ASSEMBLIES MODULE")

Returns

Property Documentation

unsafe NXOpen.Positioning.ComponentConstraintGroup.ConstraintsCollectionType NXOpen.Positioning.ComponentConstraintGroupBuilder.ConstraintCollectionType
getset

Returns or sets the constraint collection types

Created in NX8.0.1

License requirements to get this property: assemblies ("ASSEMBLIES MODULE")

License requirements to set this property: assemblies ("ASSEMBLIES MODULE")

unsafe string NXOpen.Positioning.ComponentConstraintGroupBuilder.ConstraintGroupName
getset

Returns or sets the name of constraint group

Created in NX8.0.1

License requirements to get this property: assemblies ("ASSEMBLIES MODULE")

License requirements to set this property: assemblies ("ASSEMBLIES MODULE")

unsafe bool NXOpen.Positioning.ComponentConstraintGroupBuilder.RememberComponentState
getset

Returns or sets the toggle to remember selected component

Created in NX8.0.1

License requirements to get this property: assemblies ("ASSEMBLIES MODULE")

License requirements to set this property: assemblies ("ASSEMBLIES MODULE")

unsafe NXOpen.SelectDisplayableObjectList NXOpen.Positioning.ComponentConstraintGroupBuilder.SelectedComponentList
get

Returns the selected components list

Created in NX8.0.1

License requirements: assemblies ("ASSEMBLIES MODULE")

unsafe NXOpen.SelectDisplayableObjectList NXOpen.Positioning.ComponentConstraintGroupBuilder.SelectedConstraintsList
get

Returns the selected constraint list

Created in NX8.0.1

License requirements: assemblies ("ASSEMBLIES MODULE")


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