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

Represents a NXOpen.CAE.ElementTranslateBuilder More...

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

Public Types

enum  CopyType { TranslateOnly, CopyTranslate, ElementCoat }
 the copy types More...
 
enum  DistanceType { PerCopy, Total }
 Distance - specify whether the translation distance is per copy or total More...
 
enum  ElemDimensionType { Any, Beam, Shell, Solid }
 Dimension of the elements to be created More...
 
enum  LabelType { Label, Offset }
 Option to use label/increment or offset for node/element labels More...
 
enum  MethodType { Component, Direction, ElemNormal, PointToPoint }
 Translation method More...
 
enum  NewMeshType { Create, Existing }
 Option to create a new mesh or add the new elements to an existing mesh More...
 

Properties

unsafe
NXOpen.CAE.ElementTranslateBuilder.CopyType 
CopyOption [get, set]
 Returns or sets the copy option . More...
 
unsafe NXOpen.CoordinateSystem Csys [get, set]
 Returns or sets the coordinate system to be used for translating the selected elements More...
 
unsafe NXOpen.Expression Distance [get]
 Returns the total distance for translation along a vector More...
 
unsafe
NXOpen.CAE.ElementTranslateBuilder.DistanceType 
DistanceOption [get, set]
 Returns or sets the distance option More...
 
unsafe
NXOpen.CAE.ElementTranslateBuilder.ElemDimensionType 
ElementDimension [get, set]
 Returns or sets the dimension of the elements to be translated More...
 
unsafe
NXOpen.CAE.SelectElementsBuilder 
ElementSelection [get]
 Returns the selected elements More...
 
unsafe
NXOpen.CAE.ElementTypeBuilder 
ElementType [get]
 Returns the element type builder. More...
 
unsafe bool ExportMesh [get, set]
 Returns or sets the option which indicates whether mesh is exported to solver or not. More...
 
unsafe int FlipState [get, set]
 Returns or sets the flip state from the builder More...
 
unsafe int Increment [get, set]
 Returns or sets the increment in label for each new element More...
 
unsafe int Label [get, set]
 Returns or sets the start label for the new elements More...
 
unsafe
NXOpen.CAE.ElementTranslateBuilder.LabelType 
LabelOption [get, set]
 Returns or sets the option to specify the start label and increment for the new elements OR specify an offset from the existing element labels More...
 
unsafe string MeshCollectorName [get, set]
 Returns or sets the name of the mesh collector which will hold the new elements More...
 
unsafe string MeshName [get, set]
 Returns or sets the name of the mesh that will hold the new elements More...
 
unsafe
NXOpen.CAE.ElementTranslateBuilder.MethodType 
Method [get, set]
 Returns or sets the method to be used for translating the selected elements More...
 
unsafe string NeutralName [get, set]
 Returns or sets the neutral name of the elements to be created More...
 
unsafe
NXOpen.CAE.ElementTranslateBuilder.NewMeshType 
NewMeshOption [get, set]
 Returns or sets the option to create a new mesh or add the new elements to an existing mesh More...
 
unsafe int NodeIncrement [get, set]
 Returns or sets the increment in label for each new element More...
 
unsafe int NodeLabel [get, set]
 Returns or sets the start label for the new nodes More...
 
unsafe
NXOpen.CAE.ElementTranslateBuilder.LabelType 
NodeLabelOption [get, set]
 Returns or sets the option to specify the start node label and increment for the new nodes OR specify an offset from the existing node labels More...
 
unsafe int NodeOffset [get, set]
 Returns or sets the offset to be used to generate new element labels More...
 
unsafe int NumCopy [get, set]
 Returns or sets the number of copies to be created for each selected element More...
 
unsafe int Offset [get, set]
 Returns or sets the offset to be used to generate new element labels More...
 
unsafe NXOpen.Expression PAngle [get]
 Returns the phi angle for translation in a spherical coordinate system More...
 
unsafe NXOpen.Expression RDistance [get]
 Returns the radial component of distance for translation in a cylindrical/spherical coordinate system More...
 
unsafe NXOpen.Point SourcePoint [get, set]
 Returns or sets the source point . More...
 
unsafe NXOpen.Expression TAngle [get]
 Returns the theta angle for translation in a cylindrical/spherical coordinate system More...
 
unsafe NXOpen.Point TargetPoint [get, set]
 Returns or sets the target point . More...
 
unsafe NXOpen.Direction Vector [get, set]
 Returns or sets the vector along which the selected elements should be translated More...
 
unsafe NXOpen.Expression XDistance [get]
 Returns the x component of distance for translation in a cartesian coordinate system More...
 
unsafe NXOpen.Expression YDistance [get]
 Returns the y component of distance for translation in a cartesian coordinate system More...
 
unsafe NXOpen.Expression ZDistance [get]
 Returns the z component of distance for translation in a cartesian/cylindrical coordinate system 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 NXOpen.CAE.ElementTranslateBuilder

To create a new instance of this class, use NXOpen.CAE.NodeElementManager.CreateElementTranslateBuilder

Created in NX5.0.0

Member Enumeration Documentation

the copy types

Enumerator
TranslateOnly 

translate without copying elements

CopyTranslate 

first copy elements then translate the copies

ElementCoat 

make 1D element using the existing nodes

Distance - specify whether the translation distance is per copy or total

Enumerator
PerCopy 

distance specified is for each copy

Total 

distance specified is total translation distance

Dimension of the elements to be created

Enumerator
Any 

any element can be selected

Beam 

only beam elements can be selected

Shell 

only shell elements can be selected

Solid 

only solid elements can be selected

Option to use label/increment or offset for node/element labels

Enumerator
Label 

specify start label and increment for new elements

Offset 

offset labels of selected element to get new labels

Translation method

Enumerator
Component 

translate by components

Direction 

translate along a vector

ElemNormal 

translate along element normal

PointToPoint 

translate by point to point

Option to create a new mesh or add the new elements to an existing mesh

Enumerator
Create 

create a new mesh

Existing 

add new elements to an existing mesh

Property Documentation

unsafe NXOpen.CAE.ElementTranslateBuilder.CopyType NXOpen.CAE.ElementTranslateBuilder.CopyOption
getset

Returns or sets the copy option .

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CoordinateSystem NXOpen.CAE.ElementTranslateBuilder.Csys
getset

Returns or sets the coordinate system to be used for translating the selected elements

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.Expression NXOpen.CAE.ElementTranslateBuilder.Distance
get

Returns the total distance for translation along a vector

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.CAE.ElementTranslateBuilder.DistanceType NXOpen.CAE.ElementTranslateBuilder.DistanceOption
getset

Returns or sets the distance option

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.ElementTranslateBuilder.ElemDimensionType NXOpen.CAE.ElementTranslateBuilder.ElementDimension
getset

Returns or sets the dimension of the elements to be translated

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.SelectElementsBuilder NXOpen.CAE.ElementTranslateBuilder.ElementSelection
get

Returns the selected elements

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.CAE.ElementTypeBuilder NXOpen.CAE.ElementTranslateBuilder.ElementType
get

Returns the element type builder.

Created in NX6.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

unsafe bool NXOpen.CAE.ElementTranslateBuilder.ExportMesh
getset

Returns or sets the option which indicates whether mesh is exported to solver or not.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe int NXOpen.CAE.ElementTranslateBuilder.FlipState
getset

Returns or sets the flip state from the builder

Created in NX8.0.0

License requirements to get this property: nx_masterfem ("Finite Element Modeling")

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe int NXOpen.CAE.ElementTranslateBuilder.Increment
getset

Returns or sets the increment in label for each new element

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe int NXOpen.CAE.ElementTranslateBuilder.Label
getset

Returns or sets the start label for the new elements

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.ElementTranslateBuilder.LabelType NXOpen.CAE.ElementTranslateBuilder.LabelOption
getset

Returns or sets the option to specify the start label and increment for the new elements OR specify an offset from the existing element labels

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe string NXOpen.CAE.ElementTranslateBuilder.MeshCollectorName
getset

Returns or sets the name of the mesh collector which will hold the new elements

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe string NXOpen.CAE.ElementTranslateBuilder.MeshName
getset

Returns or sets the name of the mesh that will hold the new elements

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.ElementTranslateBuilder.MethodType NXOpen.CAE.ElementTranslateBuilder.Method
getset

Returns or sets the method to be used for translating the selected elements

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe string NXOpen.CAE.ElementTranslateBuilder.NeutralName
getset

Returns or sets the neutral name of the elements to be created

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.ElementTranslateBuilder.NewMeshType NXOpen.CAE.ElementTranslateBuilder.NewMeshOption
getset

Returns or sets the option to create a new mesh or add the new elements to an existing mesh

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe int NXOpen.CAE.ElementTranslateBuilder.NodeIncrement
getset

Returns or sets the increment in label for each new element

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe int NXOpen.CAE.ElementTranslateBuilder.NodeLabel
getset

Returns or sets the start label for the new nodes

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.ElementTranslateBuilder.LabelType NXOpen.CAE.ElementTranslateBuilder.NodeLabelOption
getset

Returns or sets the option to specify the start node label and increment for the new nodes OR specify an offset from the existing node labels

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe int NXOpen.CAE.ElementTranslateBuilder.NodeOffset
getset

Returns or sets the offset to be used to generate new element labels

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe int NXOpen.CAE.ElementTranslateBuilder.NumCopy
getset

Returns or sets the number of copies to be created for each selected element

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe int NXOpen.CAE.ElementTranslateBuilder.Offset
getset

Returns or sets the offset to be used to generate new element labels

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.Expression NXOpen.CAE.ElementTranslateBuilder.PAngle
get

Returns the phi angle for translation in a spherical coordinate system

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.CAE.ElementTranslateBuilder.RDistance
get

Returns the radial component of distance for translation in a cylindrical/spherical coordinate system

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.Point NXOpen.CAE.ElementTranslateBuilder.SourcePoint
getset

Returns or sets the source point .

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.Expression NXOpen.CAE.ElementTranslateBuilder.TAngle
get

Returns the theta angle for translation in a cylindrical/spherical coordinate system

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.Point NXOpen.CAE.ElementTranslateBuilder.TargetPoint
getset

Returns or sets the target point .

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.Direction NXOpen.CAE.ElementTranslateBuilder.Vector
getset

Returns or sets the vector along which the selected elements should be translated

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.Expression NXOpen.CAE.ElementTranslateBuilder.XDistance
get

Returns the x component of distance for translation in a cartesian coordinate system

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.CAE.ElementTranslateBuilder.YDistance
get

Returns the y component of distance for translation in a cartesian coordinate system

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.CAE.ElementTranslateBuilder.ZDistance
get

Returns the z component of distance for translation in a cartesian/cylindrical coordinate system

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