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

Represents a NXOpen.CAE.AeroStructures.MarginCalculation builder. More...

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

Public Types

enum  CalculationStatus { NotRun, Error, Success }
 the Status type More...
 

Public Member Functions

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...
 

Properties

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...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

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

Detailed Description

Represents a NXOpen.CAE.AeroStructures.MarginCalculation builder.

No support for KF

Created in NX12.0.0

Member Enumeration Documentation

the Status type

Enumerator
NotRun 

has not run

Error 

error

Success 

success

Member Function Documentation

unsafe void NXOpen.CAE.AeroStructures.MarginCalculationBuilder.ClearAnnotationData ( )
inline

Clear annotation data (no annotation will be generated)

Created in NX1899.0.0

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

unsafe NXOpen.CAE.AeroStructures.PropTable NXOpen.CAE.AeroStructures.MarginCalculationBuilder.CreatePropertyTable ( )
inline

Creates a PropertyTable

Created in NX12.0.0

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

Returns
the property table
unsafe void NXOpen.CAE.AeroStructures.MarginCalculationBuilder.DuplicateCalculation ( )
inline

Replace the current edited calculation by a copy

Created in NX1899.0.0

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

unsafe void NXOpen.CAE.AeroStructures.MarginCalculationBuilder.SetAnnotationData ( NXOpen.CAE.AeroStructures.AeroStructuresAnnotDataS  annotData)
inline

Set annotation data

Created in NX1899.0.0

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

Parameters
annotData

Property Documentation

unsafe NXOpen.Annotations.NoteBase NXOpen.CAE.AeroStructures.MarginCalculationBuilder.Annotation
getset

Returns or sets the Annotation

Created in NX12.0.0

License requirements to get this property: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

License requirements to set this property: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

unsafe string NXOpen.CAE.AeroStructures.MarginCalculationBuilder.Description
getset

Returns or sets the description.

Created in NX12.0.0

License requirements to get this property: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

License requirements to set this property: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

unsafe NXOpen.CAE.AeroStructures.ExtractionSourceSet NXOpen.CAE.AeroStructures.MarginCalculationBuilder.ExtractionSourceSet
get

Returns the Extraction sources

Created in NX1899.0.0

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

unsafe NXOpen.CAE.AeroStructures.LoadCaseSet NXOpen.CAE.AeroStructures.MarginCalculationBuilder.LoadCaseSet
getset

Returns or sets the LoadCaseSet used by the calculation

Created in NX12.0.0

License requirements to get this property: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

License requirements to set this property: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

unsafe NXOpen.CoordinateSystem NXOpen.CAE.AeroStructures.MarginCalculationBuilder.LocationCoordinateSystem
getset

Returns or sets the calculation location with direction as a coordinate system.

Created in NX12.0.0

License requirements to get this property: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

License requirements to set this property: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

unsafe NXOpen.Point NXOpen.CAE.AeroStructures.MarginCalculationBuilder.LocationPoint
getset

Returns or sets the calculation location as a single point.

Created in NX12.0.0

License requirements to get this property: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

License requirements to set this property: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

unsafe string NXOpen.CAE.AeroStructures.MarginCalculationBuilder.MethodKey
getset

Returns or sets the MethodKey.

(This text contains non-printable ASCII characters.)

Created in NX12.0.0

License requirements to get this property: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

License requirements to set this property: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

unsafe string NXOpen.CAE.AeroStructures.MarginCalculationBuilder.Name
getset

Returns or sets the name.

Created in NX12.0.0

License requirements to get this property: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

License requirements to set this property: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

unsafe NXOpen.CAE.AeroStructures.PropTable NXOpen.CAE.AeroStructures.MarginCalculationBuilder.PropertyTable
get

Returns the Property Table

Created in NX12.0.0

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

unsafe NXOpen.CAE.AeroStructures.MarginCalculationBuilder.CalculationStatus NXOpen.CAE.AeroStructures.MarginCalculationBuilder.Status
getset

Returns or sets the execution status

Created in NX12.0.0

License requirements to get this property: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")

License requirements to set this property: sc_aero_environment ("Simcenter AeroStructures Environment"), sc_margin_safety ("Simcenter Margin Of Safety")


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