Class MultipleElementCreateBuilder
Inheritance
System.Object
System.MarshalByRefObject
MultipleElementCreateBuilder
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 MultipleElementCreateBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MultipleElementCreateBuilder()
Declaration
protected MultipleElementCreateBuilder()
Properties
ElementType
Declaration
public ElementTypeBuilder ElementType { get; }
Property Value
Type | Description |
---|---|
ElementTypeBuilder |
LabelIncrement
Declaration
public int LabelIncrement { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartLabel
Declaration
public int StartLabel { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
AddElement(FENode[])
Declaration
public void AddElement(FENode[] nodes)
Parameters
Type | Name | Description |
---|---|---|
FENode[] | nodes |
AddElement(FENode[], Int32)
Declaration
public void AddElement(FENode[] nodes, int label)
Parameters
Type | Name | Description |
---|---|---|
FENode[] | nodes | |
System.Int32 | label |
CommitElements()
Declaration
public FEElement[] CommitElements()
Returns
Type | Description |
---|---|
FEElement[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink