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

Represents a builder for creating multi NXOpen.CAE.AeroStructures.MarginCalculation . More...

Inheritance diagram for NXOpen.CAE.AeroStructures.MultiMarginCalculationBuilder:
NXOpen.CAE.AeroStructures.MarginCalculationBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ExtractionSiteType {
  PolygonFace, Group, Element, Node,
  Edge, Body, None, Multiple
}
 the ExtractionSite type More...
 
- Public Types inherited from NXOpen.CAE.AeroStructures.MarginCalculationBuilder
enum  CalculationStatus { NotRun, Error, Success }
 the Status type More...
 

Public Member Functions

unsafe void SetExtractionSites (NXOpen.CAE.AeroStructures.MultiMarginCalculationBuilder.ExtractionSiteType extractionSiteType, NXOpen.TaggedObject[] extractionSites)
 Set the list of extraction sites More...
 
unsafe void SetExtractionSources (string sourceName, NXOpen.CAE.AeroStructures.BaseExtractionSource.TypeEnum sourceType, NXOpen.TaggedObject[] extractionSources)
 Set the list of sources for propagation More...
 
- Public Member Functions inherited from NXOpen.CAE.AeroStructures.MarginCalculationBuilder
unsafe void ClearAnnotationData ()
 Clear annotation data (no annotation will be generated) More...
 
unsafe
NXOpen.CAE.AeroStructures.PropTable 
CreatePropertyTable ()
 Creates a PropertyTable More...
 
unsafe void DuplicateCalculation ()
 Replace the current edited calculation by a copy More...
 
unsafe void SetAnnotationData (NXOpen.CAE.AeroStructures.AeroStructuresAnnotDataS annotData)
 Set annotation data 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.CAE.AeroStructures.MarginCalculationBuilder
unsafe NXOpen.Annotations.NoteBase Annotation [get, set]
 Returns or sets the Annotation More...
 
unsafe string Description [get, set]
 Returns or sets the description. More...
 
unsafe
NXOpen.CAE.AeroStructures.ExtractionSourceSet 
ExtractionSourceSet [get]
 Returns the Extraction sources More...
 
unsafe
NXOpen.CAE.AeroStructures.LoadCaseSet 
LoadCaseSet [get, set]
 Returns or sets the LoadCaseSet used by the calculation More...
 
unsafe NXOpen.CoordinateSystem LocationCoordinateSystem [get, set]
 Returns or sets the calculation location with direction as a coordinate system. More...
 
unsafe NXOpen.Point LocationPoint [get, set]
 Returns or sets the calculation location as a single point. More...
 
unsafe string MethodKey [get, set]
 Returns or sets the MethodKey. More...
 
unsafe string Name [get, set]
 Returns or sets the name. More...
 
unsafe
NXOpen.CAE.AeroStructures.PropTable 
PropertyTable [get]
 Returns the Property Table More...
 
unsafe
NXOpen.CAE.AeroStructures.MarginCalculationBuilder.CalculationStatus 
Status [get, set]
 Returns or sets the execution status More...
 

Detailed Description

Represents a builder for creating multi NXOpen.CAE.AeroStructures.MarginCalculation .

No support for KF

Created in NX1872.0.0

Member Enumeration Documentation

the ExtractionSite type

Enumerator
PolygonFace 
Group 
Element 
Node 
Edge 
Body 
None 
Multiple 

Member Function Documentation

unsafe void NXOpen.CAE.AeroStructures.MultiMarginCalculationBuilder.SetExtractionSites ( NXOpen.CAE.AeroStructures.MultiMarginCalculationBuilder.ExtractionSiteType  extractionSiteType,
NXOpen.TaggedObject[]  extractionSites 
)
inline

Set the list of extraction sites

Created in NX1872.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
extractionSiteType
extractionSitesProvide list of extraction sites over which the calculation will be propagated
unsafe void NXOpen.CAE.AeroStructures.MultiMarginCalculationBuilder.SetExtractionSources ( string  sourceName,
NXOpen.CAE.AeroStructures.BaseExtractionSource.TypeEnum  sourceType,
NXOpen.TaggedObject[]  extractionSources 
)
inline

Set the list of sources for propagation

Created in NX1899.0.0

License requirements: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

Parameters
sourceName
sourceType
extractionSourcesProvide list of sources over which the calculation will be propagated

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