NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.CAE.BcLabelManagerBuilder Class Reference

Represents a NXOpen.CAE.BcLabelManagerBuilder builder which can be used to renumber NXOpen.CAE.SimBC id. More...

Inheritance diagram for NXOpen.CAE.BcLabelManagerBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  RenumberType { Renumber, Offset }
 Renumber Method More...
 

Public Member Functions

unsafe void GetBcTags (out NXOpen.CAE.SimBC[] bcTags)
 A value indicating the list of tags of BC to renumber More...
 
unsafe void SetBcTags (NXOpen.CAE.SimBC[] bcTags)
 Sets tags of BC to renumber 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...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe int NumOfBc [get, set]
 Returns or sets a value indicating the number of BC to renumber More...
 
unsafe
NXOpen.CAE.BcLabelManagerBuilder.RenumberType 
RenumberMethod [get, set]
 Returns or sets a value indicating renumber method More...
 
unsafe int RenumberStartValue [get, set]
 Returns or sets a value indicating the number to offset by or renumber from More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.CAE.BcLabelManagerBuilder builder which can be used to renumber NXOpen.CAE.SimBC id.

This is limited to NXOpen.CAE.SimBC objects in the active solution.

To create a new instance of this class, use NXOpen.CAE.SimSimulation.CreateBcLabelManagerBuilder

Created in NX11.0.0

Member Enumeration Documentation

Renumber Method

Enumerator
Renumber 

All the selected BC ID will be renumbered strarting from this number

Offset 

All the selected BC ID will offset by this number

Member Function Documentation

unsafe void NXOpen.CAE.BcLabelManagerBuilder.GetBcTags ( out NXOpen.CAE.SimBC[]  bcTags)
inline

A value indicating the list of tags of BC to renumber

Created in NX11.0.0

License requirements: None.

Parameters
bcTags
unsafe void NXOpen.CAE.BcLabelManagerBuilder.SetBcTags ( NXOpen.CAE.SimBC[]  bcTags)
inline

Sets tags of BC to renumber

Created in NX11.0.0

License requirements: None.

Parameters
bcTags

Property Documentation

unsafe int NXOpen.CAE.BcLabelManagerBuilder.NumOfBc
getset

Returns or sets a value indicating the number of BC to renumber

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.BcLabelManagerBuilder.RenumberType NXOpen.CAE.BcLabelManagerBuilder.RenumberMethod
getset

Returns or sets a value indicating renumber method

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.CAE.BcLabelManagerBuilder.RenumberStartValue
getset

Returns or sets a value indicating the number to offset by or renumber from

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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