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

Represents a NXOpen.CAE.LaminateRandomEvent builder More...

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

Public Types

enum  ConfidenceLevelOptionEnum { UserDef, StandardDev }
 The confidence level option. More...
 
enum  ExcitationAxisEnum { X, Y, Z }
 The excitation axis enum. More...
 
enum  ReferenceEnum { Relative, Absolute }
 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
NXOpen.CAE.ModelingObjectPropertyTable 
GetOutputRequest ()
 Get the output request. More...
 
unsafe void SetOutputRequest (NXOpen.CAE.ModelingObjectPropertyTable ssmo)
 Set the output request. 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 double ConfidenceLevel [get, set]
 Returns or sets the confidence level (in %) More...
 
unsafe
NXOpen.CAE.LaminateRandomEventBuilder.ConfidenceLevelOptionEnum 
ConfidenceLevelOption [get, set]
 Returns or sets the confidence level option More...
 
unsafe string EventName [get, set]
 Returns or sets the event name More...
 
unsafe
NXOpen.CAE.LaminateRandomEventBuilder.ExcitationAxisEnum 
ExcitationAxis [get, set]
 Returns or sets the excitation axis More...
 
unsafe NXOpen.CoordinateSystem ExcitationCoordinateSystem [get, set]
 Returns or sets the excitation coordinate system More...
 
unsafe NXOpen.TaggedObject Function [get, set]
 Returns or sets the function. More...
 
unsafe double LowerBoundFreq [get, set]
 Returns or sets the lower bound freq More...
 
unsafe bool NastranBasic [get, set]
 Returns or sets the nastran basic More...
 
unsafe
NXOpen.CAE.LaminateRandomEventBuilder.ReferenceEnum 
Reference [get, set]
 Returns or sets the reference More...
 
unsafe double StandardDeviation [get, set]
 Returns or sets the number of standard deviations used to calculate the confidence level More...
 
unsafe double UpperBoundFreq [get, set]
 Returns or sets the upper bound freq 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.LaminateRandomEvent builder

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

Created in NX9.0.0

Member Enumeration Documentation

The confidence level option.

Enumerator
UserDef 
StandardDev 

The excitation axis enum.

Enumerator
X 
Y 
Z 

The reference enum.

Enumerator
Relative 
Absolute 

Member Function Documentation

unsafe NXOpen.CAE.ModelingObjectPropertyTable NXOpen.CAE.LaminateRandomEventBuilder.GetOutputRequest ( )
inline

Get the output request.

Created in NX9.0.0

Deprecated in NX10.0.0. Use NXOpen.CAE.LaminateDynamicEventBuilder.GetOutputRequestObject instead.

License requirements: None.

Returns
unsafe void NXOpen.CAE.LaminateRandomEventBuilder.SetOutputRequest ( NXOpen.CAE.ModelingObjectPropertyTable  ssmo)
inline

Set the output request.

Created in NX9.0.0

Deprecated in NX10.0.0. Use NXOpen.CAE.LaminateDynamicEventBuilder.SetOutputRequestObject instead.

License requirements: nx_lam_comp_adv ("Laminate Composites Advanced")

Parameters
ssmo

Property Documentation

unsafe double NXOpen.CAE.LaminateRandomEventBuilder.ConfidenceLevel
getset

Returns or sets the confidence level (in %)

Created in NX9.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.LaminateRandomEventBuilder.ConfidenceLevelOptionEnum NXOpen.CAE.LaminateRandomEventBuilder.ConfidenceLevelOption
getset

Returns or sets the confidence level option

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.CAE.LaminateRandomEventBuilder.EventName
getset

Returns or sets the event name

Created in NX9.0.0

Deprecated in NX10.0.0. Use NXOpen.CAE.LaminateDynamicEventBuilder.DynamicEventName instead.

License requirements to get this property: None.

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

unsafe NXOpen.CAE.LaminateRandomEventBuilder.ExcitationAxisEnum NXOpen.CAE.LaminateRandomEventBuilder.ExcitationAxis
getset

Returns or sets the excitation axis

Created in NX9.0.0

Deprecated in NX10.0.0. Use NXOpen.CAE.LaminateDynamicEventBuilder.ExcitationSelectedAxis instead.

License requirements to get this property: None.

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

unsafe NXOpen.CoordinateSystem NXOpen.CAE.LaminateRandomEventBuilder.ExcitationCoordinateSystem
getset

Returns or sets the excitation coordinate system

Created in NX9.0.0

Deprecated in NX10.0.0. Use NXOpen.CAE.LaminateDynamicEventBuilder.ExcitationCsys instead.

License requirements to get this property: None.

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

unsafe NXOpen.TaggedObject NXOpen.CAE.LaminateRandomEventBuilder.Function
getset

Returns or sets the function.

Created in NX9.0.0

Deprecated in NX10.0.0. Use NXOpen.CAE.LaminateDynamicEventBuilder.UserFunction instead.

License requirements to get this property: None.

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

unsafe double NXOpen.CAE.LaminateRandomEventBuilder.LowerBoundFreq
getset

Returns or sets the lower bound freq

Created in NX9.0.0

Deprecated in NX10.0.0. Use NXOpen.CAE.LaminateDynamicEventBuilder.LowerBoundFrequency instead.

License requirements to get this property: None.

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

unsafe bool NXOpen.CAE.LaminateRandomEventBuilder.NastranBasic
getset

Returns or sets the nastran basic

Created in NX9.0.0

Deprecated in NX10.0.0. Use NXOpen.CAE.LaminateDynamicEventBuilder.NastranBasicCsys instead.

License requirements to get this property: None.

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

unsafe NXOpen.CAE.LaminateRandomEventBuilder.ReferenceEnum NXOpen.CAE.LaminateRandomEventBuilder.Reference
getset

Returns or sets the reference

Created in NX9.0.0

Deprecated in NX10.0.0. Use NXOpen.CAE.LaminateDynamicEventBuilder.ReferenceType instead.

License requirements to get this property: None.

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

unsafe double NXOpen.CAE.LaminateRandomEventBuilder.StandardDeviation
getset

Returns or sets the number of standard deviations used to calculate the confidence level

Created in NX9.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.LaminateRandomEventBuilder.UpperBoundFreq
getset

Returns or sets the upper bound freq

Created in NX9.0.0

Deprecated in NX10.0.0. Use NXOpen.CAE.LaminateDynamicEventBuilder.UpperBoundFrequency instead.

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.