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

Represents a CAE.DurSpecialistVibrationInputDefinition builder More...

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

Public Types

enum  BcType {
  Free, Fixed, EnforcedMotion, NodalForce,
  NodalMoment
}
 The bondary condition types for a DOF of a vibration input defintion More...
 
enum  Csys {
  Existing, Global, Cartesian, Cylindrical,
  Spherical
}
 CSYS types for a vibration input definition More...
 

Properties

unsafe
NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BcType 
BCTypeRX [get, set]
 Returns or sets the boundary condition type for RX More...
 
unsafe
NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BcType 
BCTypeRY [get, set]
 Returns or sets the boundary condition type for RY More...
 
unsafe
NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BcType 
BCTypeRZ [get, set]
 Returns or sets the boundary condition type for RZ More...
 
unsafe
NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BcType 
BCTypeX [get, set]
 Returns or sets the boundary condition type for X More...
 
unsafe
NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BcType 
BCTypeY [get, set]
 Returns or sets the boundary condition type for Y More...
 
unsafe
NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BcType 
BCTypeZ [get, set]
 Returns or sets the boundary condition type for Z More...
 
unsafe NXOpen.CoordinateSystem CoordSys [get, set]
 Returns or sets the coord sys More...
 
unsafe
NXOpen.CAE.DurSpecialistVibrationDataSourceBuilder 
DataSourceBuilder [get, set]
 Returns or sets the vibration data source builder More...
 
unsafe string Description [get, set]
 Returns or sets the description More...
 
unsafe
NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.Csys 
EnumCSYS [get, set]
 Returns or sets the enum csys More...
 
unsafe NXOpen.CAE.Function FuncRX [get, set]
 Returns or sets the function for RX More...
 
unsafe NXOpen.CAE.Function FuncRY [get, set]
 Returns or sets the function for RY More...
 
unsafe NXOpen.CAE.Function FuncRZ [get, set]
 Returns or sets the function for RZ More...
 
unsafe NXOpen.CAE.Function FuncX [get, set]
 Returns or sets the function for X More...
 
unsafe NXOpen.CAE.Function FuncY [get, set]
 Returns or sets the function for Y More...
 
unsafe NXOpen.CAE.Function FuncZ [get, set]
 Returns or sets the function for Z More...
 
unsafe string Name [get, set]
 Returns or sets the name More...
 
unsafe NXOpen.CAE.SelectFENodeList SelectNodes [get]
 Returns the select nodes 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

- 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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a CAE.DurSpecialistVibrationInputDefinition builder

To create a new instance of this class, use NXOpen.CAE.DurSpecialistVibrationInputDefinitionCollection.CreateDurSpecialistVibrationInputDefinitionBuilder

Created in NX1899.0.0

Member Enumeration Documentation

The bondary condition types for a DOF of a vibration input defintion

Enumerator
Free 
Fixed 
EnforcedMotion 
NodalForce 
NodalMoment 

CSYS types for a vibration input definition

Enumerator
Existing 
Global 
Cartesian 
Cylindrical 
Spherical 

Property Documentation

unsafe NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BcType NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BCTypeRX
getset

Returns or sets the boundary condition type for RX

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BcType NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BCTypeRY
getset

Returns or sets the boundary condition type for RY

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BcType NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BCTypeRZ
getset

Returns or sets the boundary condition type for RZ

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BcType NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BCTypeX
getset

Returns or sets the boundary condition type for X

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BcType NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BCTypeY
getset

Returns or sets the boundary condition type for Y

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BcType NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.BCTypeZ
getset

Returns or sets the boundary condition type for Z

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CoordinateSystem NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.CoordSys
getset

Returns or sets the coord sys

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.DurSpecialistVibrationDataSourceBuilder NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.DataSourceBuilder
getset

Returns or sets the vibration data source builder

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe string NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.Description
getset

Returns or sets the description

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.Csys NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.EnumCSYS
getset

Returns or sets the enum csys

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.Function NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.FuncRX
getset

Returns or sets the function for RX

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.Function NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.FuncRY
getset

Returns or sets the function for RY

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.Function NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.FuncRZ
getset

Returns or sets the function for RZ

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.Function NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.FuncX
getset

Returns or sets the function for X

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.Function NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.FuncY
getset

Returns or sets the function for Y

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.Function NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.FuncZ
getset

Returns or sets the function for Z

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe string NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.Name
getset

Returns or sets the name

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: sc_dur_specialist ("Simcenter Specialist Durability")

unsafe NXOpen.CAE.SelectFENodeList NXOpen.CAE.DurSpecialistVibrationInputDefinitionBuilder.SelectNodes
get

Returns the select nodes

Created in NX1899.0.0

License requirements: None.


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