Class ElementCreateBuilder
Inheritance
System.Object
System.MarshalByRefObject
ElementCreateBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class ElementCreateBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ElementCreateBuilder()
Declaration
protected ElementCreateBuilder()
Properties
CollectorName
Declaration
public string CollectorName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ElementDimensionOption
Declaration
public ElementCreateBuilder.ElemDimType ElementDimensionOption { get; set; }
Property Value
Type | Description |
---|---|
ElementCreateBuilder.ElemDimType |
ElementType
Declaration
public ElementTypeBuilder ElementType { get; }
Property Value
Type | Description |
---|---|
ElementTypeBuilder |
ExportMesh
Declaration
public bool ExportMesh { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Increment
Declaration
public int Increment { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Label
Declaration
public int Label { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MeshName
Declaration
public string MeshName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NeutralName
Declaration
public string NeutralName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NewMeshOption
Declaration
public ElementCreateBuilder.NewMeshType NewMeshOption { get; set; }
Property Value
Type | Description |
---|---|
ElementCreateBuilder.NewMeshType |
Node
Declaration
public SelectFENodeList Node { get; }
Property Value
Type | Description |
---|---|
SelectFENodeList |
Point
Declaration
public SelectTaggedObjectList Point { get; }
Property Value
Type | Description |
---|---|
SelectTaggedObjectList |
Methods
CreateCollector()
Declaration
public void CreateCollector()
Implements
System.Runtime.Remoting.Messaging.IMessageSink