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

Represents a NXOpen.CAE.LaminateSineEvent builder More...

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

Public Types

enum  AdditionalFrequeciesUnitsEnum { Hz, KHz, MHz, GHz }
 The additional frequencies units More...
 
enum  IntermediateFrequeciesBetweenEnum { Linear, Logarithmic }
 The intermediate in between frequencies increment option More...
 
enum  IntermediateFrequeciesEnum { IncrementLinear, IncrementLogarithmic, BetweenFrequencies }
 The intermediate frequencies options More...
 
enum  NaturalFrequeciesEnum { All, Select }
 The reference enum. More...
 
- Public Types inherited from NXOpen.CAE.LaminateDynamicEventBuilder
enum  ExcitationSelectedAxisEnum { X, Y, Z }
 The excitation axis enum. More...
 
enum  ReferenceTypeEnum { Relative, Absolute }
 The reference enum. More...
 

Public Member Functions

unsafe void SelectModes (NXOpen.CAE.LaminateModeProperty[] selectedModes)
 Sets the a mode property selection More...
 
unsafe void SetAdditionalFrequencies (double[] additionalFrequencies)
 Sets the additional frequencies values More...
 
- Public Member Functions inherited from NXOpen.CAE.LaminateDynamicEventBuilder
unsafe
NXOpen.CAE.ModelingObjectPropertyTable 
GetOutputRequestObject ()
 Get the output request. More...
 
unsafe void SetOutputRequestObject (NXOpen.CAE.ModelingObjectPropertyTable ssmo)
 Set the output request. 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 bool AdditionalFrequenciesBreakPoints [get, set]
 Returns or sets the option to consider break points More...
 
unsafe
NXOpen.CAE.LaminateSineEventBuilder.AdditionalFrequeciesUnitsEnum 
AdditionalFrequenciesUnits [get, set]
 Returns or sets the option to consider break points More...
 
unsafe
NXOpen.CAE.LaminateSineEventBuilder.IntermediateFrequeciesBetweenEnum 
IntermediateFrequenciesBetweenOption [get, set]
 Returns or sets the intermediate in between frequencies option More...
 
unsafe double IntermediateFrequenciesCluster [get, set]
 Returns or sets the intermediate in between frequencies number of excitations More...
 
unsafe bool IntermediateFrequenciesEnable [get, set]
 Returns or sets the intermediate frequencies control More...
 
unsafe bool IntermediateFrequenciesIncludeNatFreq [get, set]
 Returns or sets the option to include the natural frequencis in the intermediate frequencies with the linear and logarithmic options More...
 
unsafe int IntermediateFrequenciesNumExcitations [get, set]
 Returns or sets the intermediate in between frequencies number of excitations More...
 
unsafe int IntermediateFrequenciesNumIncrements [get, set]
 Returns or sets the intermediate frequencies number of increments for linear and logarithmic options More...
 
unsafe
NXOpen.CAE.LaminateSineEventBuilder.IntermediateFrequeciesEnum 
IntermediateFrequenciesOption [get, set]
 Returns or sets the intermediate frequencies option More...
 
unsafe
NXOpen.CAE.LaminateSineEventBuilder.NaturalFrequeciesEnum 
NaturalFrequenciesChoice [get, set]
 Returns or sets the natural frequencies selection option More...
 
unsafe bool NaturalFrequenciesEnable [get, set]
 Returns or sets the natural frequencies option More...
 
- Properties inherited from NXOpen.CAE.LaminateDynamicEventBuilder
unsafe string DynamicEventName [get, set]
 Returns or sets the event name More...
 
unsafe NXOpen.CoordinateSystem ExcitationCsys [get, set]
 Returns or sets the excitation coordinate system More...
 
unsafe
NXOpen.CAE.LaminateDynamicEventBuilder.ExcitationSelectedAxisEnum 
ExcitationSelectedAxis [get, set]
 Returns or sets the excitation axis More...
 
unsafe double LowerBoundFrequency [get, set]
 Returns or sets the lower bound freq More...
 
unsafe bool NastranBasicCsys [get, set]
 Returns or sets the nastran basic More...
 
unsafe
NXOpen.CAE.LaminateDynamicEventBuilder.ReferenceTypeEnum 
ReferenceType [get, set]
 Returns or sets the reference type More...
 
unsafe double UpperBoundFrequency [get, set]
 Returns or sets the upper bound freq More...
 
unsafe NXOpen.TaggedObject UserFunction [get, set]
 Returns or sets the function. 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.LaminateSineEvent builder

To create a new instance of this class, use NXOpen.CAE.LaminateDynamicEventCollection.CreateSineEventBuilder

Created in NX10.0.0

Member Enumeration Documentation

The additional frequencies units

Enumerator
Hz 
KHz 
MHz 
GHz 

The intermediate in between frequencies increment option

Enumerator
Linear 

Linear increments

Logarithmic 

Logarithmic increments

The intermediate frequencies options

Enumerator
IncrementLinear 

Linear Increments

IncrementLogarithmic 

Logarithmic Increments

BetweenFrequencies 

Between Frequencies

The reference enum.

Enumerator
All 

Select all natural frequencies

Select 

Manually select natural frequencies

Member Function Documentation

unsafe void NXOpen.CAE.LaminateSineEventBuilder.SelectModes ( NXOpen.CAE.LaminateModeProperty[]  selectedModes)
inline

Sets the a mode property selection

Created in NX10.0.0

License requirements: nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
selectedModes
unsafe void NXOpen.CAE.LaminateSineEventBuilder.SetAdditionalFrequencies ( double[]  additionalFrequencies)
inline

Sets the additional frequencies values

Created in NX10.0.0

License requirements: nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
additionalFrequencies

Property Documentation

unsafe bool NXOpen.CAE.LaminateSineEventBuilder.AdditionalFrequenciesBreakPoints
getset

Returns or sets the option to consider break points

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe NXOpen.CAE.LaminateSineEventBuilder.AdditionalFrequeciesUnitsEnum NXOpen.CAE.LaminateSineEventBuilder.AdditionalFrequenciesUnits
getset

Returns or sets the option to consider break points

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe NXOpen.CAE.LaminateSineEventBuilder.IntermediateFrequeciesBetweenEnum NXOpen.CAE.LaminateSineEventBuilder.IntermediateFrequenciesBetweenOption
getset

Returns or sets the intermediate in between frequencies option

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe double NXOpen.CAE.LaminateSineEventBuilder.IntermediateFrequenciesCluster
getset

Returns or sets the intermediate in between frequencies number of excitations

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe bool NXOpen.CAE.LaminateSineEventBuilder.IntermediateFrequenciesEnable
getset

Returns or sets the intermediate frequencies control

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe bool NXOpen.CAE.LaminateSineEventBuilder.IntermediateFrequenciesIncludeNatFreq
getset

Returns or sets the option to include the natural frequencis in the intermediate frequencies with the linear and logarithmic options

Created in NX10.0.0

Deprecated in NX11.0.0. This function has no replacement. The IntermediateFrequenciesIncludeNatFreq property is simply not supported by the Sine Event solver and has never been. This parameter is useless.

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe int NXOpen.CAE.LaminateSineEventBuilder.IntermediateFrequenciesNumExcitations
getset

Returns or sets the intermediate in between frequencies number of excitations

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe int NXOpen.CAE.LaminateSineEventBuilder.IntermediateFrequenciesNumIncrements
getset

Returns or sets the intermediate frequencies number of increments for linear and logarithmic options

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe NXOpen.CAE.LaminateSineEventBuilder.IntermediateFrequeciesEnum NXOpen.CAE.LaminateSineEventBuilder.IntermediateFrequenciesOption
getset

Returns or sets the intermediate frequencies option

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe NXOpen.CAE.LaminateSineEventBuilder.NaturalFrequeciesEnum NXOpen.CAE.LaminateSineEventBuilder.NaturalFrequenciesChoice
getset

Returns or sets the natural frequencies selection option

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")

unsafe bool NXOpen.CAE.LaminateSineEventBuilder.NaturalFrequenciesEnable
getset

Returns or sets the natural frequencies option

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_lam_comp_adv ("Laminate Composites Advanced")


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