Class IBeamSectionBuilder
Inheritance
IBeamSectionBuilder
Assembly: NXOpen.dll
Syntax
public class IBeamSectionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
IBeamSectionBuilder()
Declaration
protected IBeamSectionBuilder()
Properties
PropertyTable
Declaration
public PropertyTable PropertyTable { get; }
Property Value
SectionName
Declaration
public string SectionName { get; set; }
Property Value
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