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.UserLoadExtraction Class Reference

This is the User LoadExtraction class More...

Inheritance diagram for NXOpen.CAE.AeroStructures.UserLoadExtraction:
NXOpen.CAE.AeroStructures.LoadExtractionStrategy NXOpen.NXObject NXOpen.TaggedObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  PickMethod { Model, Group, ExtractionSource }
 Type of Selection More...
 
enum  TargetEntity {
  EntireModel, Nodes, Elements, Points,
  Edges, Faces, Bodies, None
}
 Target Entity type More...
 

Public Member Functions

unsafe NXOpen.CoordinateSystem GetCoordinateSystem ()
 Get Coordinate System More...
 
unsafe NXOpen.CAE.CaeGroup GetExternalGroup ()
 Get External Group More...
 
unsafe
NXOpen.CAE.AeroStructures.BaseExtractionSource 
GetExtractionSource ()
 Get the extraction source More...
 
unsafe
NXOpen.CAE.AeroStructures.MatrixManip 
GetMatrixManip ()
 Get Matrix Manip More...
 
unsafe
NXOpen.CAE.AeroStructures.UserLoadExtraction.PickMethod 
GetPickMethod ()
 Get Pick Method More...
 
unsafe NXOpen.CAE.ResultParameters GetResultParameters ()
 Get Result Parameters More...
 
unsafe NXOpen.TaggedObject[] GetSelectedEntities ()
 Get Selected Entities More...
 
unsafe
NXOpen.CAE.AeroStructures.UserLoadExtraction.TargetEntity 
GetTargetEntity ()
 Get Entities Type More...
 
unsafe void SetCoordinateSystem (NXOpen.CoordinateSystem csys)
 Set Coordinate System More...
 
unsafe void SetExternalGroup (NXOpen.CAE.CaeGroup group)
 Set External Group More...
 
unsafe void SetMatrixManip (NXOpen.CAE.AeroStructures.MatrixManip manip)
 Set Matrix Manip More...
 
unsafe void SetPickMethod (NXOpen.CAE.AeroStructures.UserLoadExtraction.PickMethod pickMethod)
 Set Pick Method More...
 
unsafe void SetResultParameters (NXOpen.CAE.ResultParameters parameters)
 Set Result Parameters More...
 
unsafe void SetSelectedEntities (NXOpen.TaggedObject[] entities)
 Set Selected Entities More...
 
unsafe void SetTargetEntity (NXOpen.CAE.AeroStructures.UserLoadExtraction.TargetEntity target)
 Set Entities Type More...
 

Properties

unsafe string ExtractionSourceName [get, set]
 Returns or sets the extraction source name More...
 

Additional Inherited Members

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

Detailed Description

This is the User LoadExtraction class

No support for KF

Created in NX12.0.0

Member Enumeration Documentation

Type of Selection

Enumerator
Model 
Group 
ExtractionSource 

Target Entity type

Enumerator
EntireModel 
Nodes 
Elements 
Points 
Edges 
Faces 
Bodies 
None 

Member Function Documentation

unsafe NXOpen.CoordinateSystem NXOpen.CAE.AeroStructures.UserLoadExtraction.GetCoordinateSystem ( )
inline

Get Coordinate System

Created in NX12.0.1

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

Returns
unsafe NXOpen.CAE.CaeGroup NXOpen.CAE.AeroStructures.UserLoadExtraction.GetExternalGroup ( )
inline

Get External Group

Created in NX12.0.0

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

Returns
unsafe NXOpen.CAE.AeroStructures.BaseExtractionSource NXOpen.CAE.AeroStructures.UserLoadExtraction.GetExtractionSource ( )
inline

Get the extraction source

Created in NX1899.0.0

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

Returns
unsafe NXOpen.CAE.AeroStructures.MatrixManip NXOpen.CAE.AeroStructures.UserLoadExtraction.GetMatrixManip ( )
inline

Get Matrix Manip

Created in NX12.0.0

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

Returns
unsafe NXOpen.CAE.AeroStructures.UserLoadExtraction.PickMethod NXOpen.CAE.AeroStructures.UserLoadExtraction.GetPickMethod ( )
inline

Get Pick Method

Created in NX12.0.0

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

Returns
unsafe NXOpen.CAE.ResultParameters NXOpen.CAE.AeroStructures.UserLoadExtraction.GetResultParameters ( )
inline

Get Result Parameters

Created in NX12.0.0

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

Returns
unsafe NXOpen.TaggedObject [] NXOpen.CAE.AeroStructures.UserLoadExtraction.GetSelectedEntities ( )
inline

Get Selected Entities

Created in NX12.0.0

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

Returns
unsafe NXOpen.CAE.AeroStructures.UserLoadExtraction.TargetEntity NXOpen.CAE.AeroStructures.UserLoadExtraction.GetTargetEntity ( )
inline

Get Entities Type

Created in NX12.0.0

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

Returns
unsafe void NXOpen.CAE.AeroStructures.UserLoadExtraction.SetCoordinateSystem ( NXOpen.CoordinateSystem  csys)
inline

Set Coordinate System

Created in NX12.0.1

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

Parameters
csys
unsafe void NXOpen.CAE.AeroStructures.UserLoadExtraction.SetExternalGroup ( NXOpen.CAE.CaeGroup  group)
inline

Set External Group

Created in NX12.0.0

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

Parameters
group
unsafe void NXOpen.CAE.AeroStructures.UserLoadExtraction.SetMatrixManip ( NXOpen.CAE.AeroStructures.MatrixManip  manip)
inline

Set Matrix Manip

Created in NX12.0.0

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

Parameters
manip
unsafe void NXOpen.CAE.AeroStructures.UserLoadExtraction.SetPickMethod ( NXOpen.CAE.AeroStructures.UserLoadExtraction.PickMethod  pickMethod)
inline

Set Pick Method

Created in NX12.0.0

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

Parameters
pickMethod
unsafe void NXOpen.CAE.AeroStructures.UserLoadExtraction.SetResultParameters ( NXOpen.CAE.ResultParameters  parameters)
inline

Set Result Parameters

Created in NX12.0.0

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

Parameters
parameters
unsafe void NXOpen.CAE.AeroStructures.UserLoadExtraction.SetSelectedEntities ( NXOpen.TaggedObject[]  entities)
inline

Set Selected Entities

Created in NX12.0.0

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

Parameters
entities
unsafe void NXOpen.CAE.AeroStructures.UserLoadExtraction.SetTargetEntity ( NXOpen.CAE.AeroStructures.UserLoadExtraction.TargetEntity  target)
inline

Set Entities Type

Created in NX12.0.0

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

Parameters
target

Property Documentation

unsafe string NXOpen.CAE.AeroStructures.UserLoadExtraction.ExtractionSourceName
getset

Returns or sets the extraction source name

Created in NX1899.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.