Class IBeamSectionBuilder
Inheritance
System.Object
System.MarshalByRefObject
IBeamSectionBuilder
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 IBeamSectionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
IBeamSectionBuilder()
Declaration
protected IBeamSectionBuilder()
Properties
PropertyTable
Declaration
public PropertyTable PropertyTable { get; }
Property Value
Type | Description |
---|---|
PropertyTable |
SectionName
Declaration
public string SectionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetUserDefinedStressRecoveryPoints(out Point2d[])
Declaration
public void GetUserDefinedStressRecoveryPoints(out Point2d[] points)
Parameters
Type | Name | Description |
---|---|---|
Point2d[] | points |
SetUserDefinedStressRecoveryPoints(Point2d[])
Declaration
public void SetUserDefinedStressRecoveryPoints(Point2d[] points)
Parameters
Type | Name | Description |
---|---|---|
Point2d[] | points |
Implements
System.Runtime.Remoting.Messaging.IMessageSink