NXOpen .NET Reference  12.0.0
Classes | Public Member Functions | Static Public Member Functions | Properties | List of all members
NXOpen.CAE.AeroStructures.Author.MethodLibrary Class Reference

Represents a NXOpen.CAE.AeroStructures.Author.MethodLibrary object. More...

Inheritance diagram for NXOpen.CAE.AeroStructures.Author.MethodLibrary:

Classes

class  _MethodLibraryCallbackAdapter
 

Public Member Functions

delegate bool Callback (NXOpen.CAE.AeroStructures.Author.CalculationContext theRoutine)
 Callback type More...
 
unsafe void RegisterEvaluate (string methodID, int version, NXOpen.CAE.AeroStructures.Author.MethodLibrary.Callback cb)
 Routine to register an evaluate callback More...
 
unsafe void RegisterValidate (string methodID, int version, NXOpen.CAE.AeroStructures.Author.MethodLibrary.Callback cb)
 Routine to register a validate callback More...
 

Static Public Member Functions

static MethodLibrary GetMethodLibrary (NXOpen.Session owner)
 Returns the MethodLibrary object for the running session which serves as the 'gateway' class for the application API. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen.CAE.AeroStructures.Author.MethodLibrary object.

To obtain an instance of this class, refer to NXOpen.Session

Created in NX12.0.0

Member Function Documentation

delegate bool NXOpen.CAE.AeroStructures.Author.MethodLibrary.Callback ( NXOpen.CAE.AeroStructures.Author.CalculationContext  theRoutine)

Callback type

Created in NX12.0.0

License requirements: None.

Parameters
theRoutine
static MethodLibrary NXOpen.CAE.AeroStructures.Author.MethodLibrary.GetMethodLibrary ( NXOpen.Session  owner)
static

Returns the MethodLibrary object for the running session which serves as the 'gateway' class for the application API.

References to all other objects in this API are obtained either directly or indirectly via methods and properties on this class. Platform Session should be initialized using 'GetSession' method from NXOpen API prior to this call.

unsafe void NXOpen.CAE.AeroStructures.Author.MethodLibrary.RegisterEvaluate ( string  methodID,
int  version,
NXOpen.CAE.AeroStructures.Author.MethodLibrary.Callback  cb 
)

Routine to register an evaluate callback

Created in NX12.0.0

License requirements: None.

Parameters
methodID
version
cbroutine to register
unsafe void NXOpen.CAE.AeroStructures.Author.MethodLibrary.RegisterValidate ( string  methodID,
int  version,
NXOpen.CAE.AeroStructures.Author.MethodLibrary.Callback  cb 
)

Routine to register a validate callback

Created in NX12.0.0

License requirements: None.

Parameters
methodID
version
cbroutine to register

Property Documentation

Tag NXOpen.CAE.AeroStructures.Author.MethodLibrary.Tag
get

Returns the tag of this object.


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