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

Represents a NXOpen.CAE.DurSpecialistFunctionDefinition builder. More...

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

Public Types

enum  LocationType {
  Elements, ElementGroups, Nodes, NodeGroups,
  StrainGages
}
 Represents location type More...
 

Public Member Functions

unsafe void ClearSelectedElementGroups ()
 The option to clear the selected node groups More...
 
unsafe void ClearSelectedElements ()
 The option to clear the selected nodes More...
 
unsafe void ClearSelectedNodeGroups ()
 The option to clear the selected node groups More...
 
unsafe void ClearSelectedNodes ()
 The option to clear the selected nodes More...
 
unsafe void ClearSelectedStrainGages ()
 The option to clear the selected strain gages More...
 
unsafe string[] GetDescription ()
 Returns the description More...
 
unsafe
NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.LocationType 
GetLocationType ()
 Returns the location More...
 
unsafe string GetName ()
 Returns the FunctionDefinition name. More...
 
unsafe
NXOpen.CAE.DurSpecialistSimulationObjectTable 
GetSimulationObjects ()
 Returns the simulation objects More...
 
unsafe void RemoveObject (string selObj)
 Delete specified simulation object from the function definition More...
 
unsafe void Reset ()
 Clears the function definition simulation objects More...
 
unsafe void SetDescription (string[] description)
 Sets the description More...
 
unsafe void SetLocationType (NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.LocationType type)
 Sets the location More...
 
unsafe void SetName (string title)
 Sets the FunctionDefinition name. More...
 
unsafe void SetSelectedElementGroups (NXOpen.NXObject[] selectedGroups)
 The option to set the selected element groups More...
 
unsafe void SetSelectedElements (NXOpen.CAE.FEElement[] elements, NXOpen.CAE.SelectionRecipe[] selectionRecipes)
 The option to set the selected elements. More...
 
unsafe void SetSelectedNodeGroups (NXOpen.NXObject[] selectedGroups)
 The option to set the selected node groups More...
 
unsafe void SetSelectedNodes (NXOpen.CAE.FENode[] elements, NXOpen.CAE.SelectionRecipe[] selectionRecipes)
 The option to set the selected nodes. More...
 
unsafe void SetSelectedStrainGages (NXOpen.NXObject[] selectedStrainGages)
 The option to set the selected strain gages 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...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 

Detailed Description

Represents a NXOpen.CAE.DurSpecialistFunctionDefinition builder.

To create a new instance of this class, use NXOpen.CAE.DurSpecialistFunctionDefinitionCollection.CreateFunctionDefinitionBuilderFromLocalDefinition

Created in NX1872.0.0

Member Enumeration Documentation

Represents location type

Enumerator
Elements 

Objects (translates to elements)

ElementGroups 

Objects (translates to groups of elements)

Nodes 

Objects (translates to nodes)

NodeGroups 

Objects (translates to group of nodes)

StrainGages 

Objects (translates to strain gages)

Member Function Documentation

unsafe void NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.ClearSelectedElementGroups ( )
inline

The option to clear the selected node groups

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe void NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.ClearSelectedElements ( )
inline

The option to clear the selected nodes

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe void NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.ClearSelectedNodeGroups ( )
inline

The option to clear the selected node groups

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe void NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.ClearSelectedNodes ( )
inline

The option to clear the selected nodes

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe void NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.ClearSelectedStrainGages ( )
inline

The option to clear the selected strain gages

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe string [] NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.GetDescription ( )
inline

Returns the description

Created in NX1872.0.0

License requirements: None.

Returns
unsafe NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.LocationType NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.GetLocationType ( )
inline

Returns the location

Created in NX1872.0.0

License requirements: None.

Returns
unsafe string NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.GetName ( )
inline

Returns the FunctionDefinition name.

Created in NX1872.0.0

License requirements: None.

Returns
unsafe NXOpen.CAE.DurSpecialistSimulationObjectTable NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.GetSimulationObjects ( )
inline

Returns the simulation objects

Created in NX1872.0.0

License requirements: None.

Returns
unsafe void NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.RemoveObject ( string  selObj)
inline

Delete specified simulation object from the function definition

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
selObj
unsafe void NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.Reset ( )
inline

Clears the function definition simulation objects

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe void NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.SetDescription ( string[]  description)
inline

Sets the description

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
description
unsafe void NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.SetLocationType ( NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.LocationType  type)
inline

Sets the location

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
type
unsafe void NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.SetName ( string  title)
inline

Sets the FunctionDefinition name.

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
title
unsafe void NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.SetSelectedElementGroups ( NXOpen.NXObject[]  selectedGroups)
inline

The option to set the selected element groups

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
selectedGroups
unsafe void NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.SetSelectedElements ( NXOpen.CAE.FEElement[]  elements,
NXOpen.CAE.SelectionRecipe[]  selectionRecipes 
)
inline

The option to set the selected elements.

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
elementsArray of Elements NXOpen.CAE.FEElement
selectionRecipesArray of Selection Recipes NXOpen.CAE.SelectionRecipe
unsafe void NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.SetSelectedNodeGroups ( NXOpen.NXObject[]  selectedGroups)
inline

The option to set the selected node groups

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
selectedGroups
unsafe void NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.SetSelectedNodes ( NXOpen.CAE.FENode[]  elements,
NXOpen.CAE.SelectionRecipe[]  selectionRecipes 
)
inline

The option to set the selected nodes.

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
elementsArray of Nodes NXOpen.CAE.FENode
selectionRecipesArray of Selection Recipes NXOpen.CAE.SelectionRecipe
unsafe void NXOpen.CAE.DurSpecialistFunctionDefinitionBuilder.SetSelectedStrainGages ( NXOpen.NXObject[]  selectedStrainGages)
inline

The option to set the selected strain gages

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
selectedStrainGages

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