Search Results for

    Show / Hide Table of Contents

    Class IdealizedBeamManager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    IdealizedBeamManager
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CADCAEPrep
    Assembly: NXOpen.dll
    Syntax
    public class IdealizedBeamManager : NXRemotableObject, IMessageSink

    Constructors

    IdealizedBeamManager(Part)

    Declaration
    protected IdealizedBeamManager(Part owner)
    Parameters
    Type Name Description
    Part owner

    Properties

    IBeamSectionCollection

    Declaration
    public IBeamSectionCollection IBeamSectionCollection { get; }
    Property Value
    Type Description
    IBeamSectionCollection

    IdealizedBeamCollection

    Declaration
    public IdealizedBeamCollection IdealizedBeamCollection { get; }
    Property Value
    Type Description
    IdealizedBeamCollection

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    AddBeamSectionBar(string, double, double)

    Declaration
    public BeamSectionBar AddBeamSectionBar(string sectionName, double width, double height)
    Parameters
    Type Name Description
    string sectionName
    double width
    double height
    Returns
    Type Description
    BeamSectionBar

    AddBeamSectionBox(string, double, double, double, double)

    Declaration
    public BeamSectionBox AddBeamSectionBox(string sectionName, double width, double height, double thicknessTopBottom, double thicknessSides)
    Parameters
    Type Name Description
    string sectionName
    double width
    double height
    double thicknessTopBottom
    double thicknessSides
    Returns
    Type Description
    BeamSectionBox

    AddBeamSectionChan(string, double, double, double, double)

    Declaration
    public BeamSectionChan AddBeamSectionChan(string sectionName, double width, double height, double flangeThickness, double webThickness)
    Parameters
    Type Name Description
    string sectionName
    double width
    double height
    double flangeThickness
    double webThickness
    Returns
    Type Description
    BeamSectionChan

    AddBeamSectionHexa(string, double, double, double)

    Declaration
    public BeamSectionHexa AddBeamSectionHexa(string sectionName, double sideWidth, double overallWidth, double height)
    Parameters
    Type Name Description
    string sectionName
    double sideWidth
    double overallWidth
    double height
    Returns
    Type Description
    BeamSectionHexa

    AddBeamSectionI(string, double, double, double, double, double, double)

    Declaration
    public BeamSectionI AddBeamSectionI(string sectionName, double height, double widthBottomFlange, double widthTopFlange, double thicknessWeb, double thicknessBottomFlange, double thicknessTopFlange)
    Parameters
    Type Name Description
    string sectionName
    double height
    double widthBottomFlange
    double widthTopFlange
    double thicknessWeb
    double thicknessBottomFlange
    double thicknessTopFlange
    Returns
    Type Description
    BeamSectionI

    AddBeamSectionL(string, double, double, double, double)

    Declaration
    public BeamSectionL AddBeamSectionL(string sectionName, double lengthVertical, double lengthHorizontal, double thicknessVertical, double thicknessHorizontal)
    Parameters
    Type Name Description
    string sectionName
    double lengthVertical
    double lengthHorizontal
    double thicknessVertical
    double thicknessHorizontal
    Returns
    Type Description
    BeamSectionL

    AddBeamSectionRod(string, double)

    Declaration
    public BeamSectionRod AddBeamSectionRod(string sectionName, double radius)
    Parameters
    Type Name Description
    string sectionName
    double radius
    Returns
    Type Description
    BeamSectionRod

    AddBeamSectionSketch(string, Sketch)

    Declaration
    public BeamSectionSketch AddBeamSectionSketch(string sectionName, Sketch sketchTag)
    Parameters
    Type Name Description
    string sectionName
    Sketch sketchTag
    Returns
    Type Description
    BeamSectionSketch

    AddBeamSectionT(string, double, double, double, double)

    Declaration
    public BeamSectionT AddBeamSectionT(string sectionName, double width, double height, double flangeThickness, double webThickness)
    Parameters
    Type Name Description
    string sectionName
    double width
    double height
    double flangeThickness
    double webThickness
    Returns
    Type Description
    BeamSectionT

    AddBeamSectionTube(string, double, double)

    Declaration
    public BeamSectionTube AddBeamSectionTube(string sectionName, double radiusOutside, double radiusInside)
    Parameters
    Type Name Description
    string sectionName
    double radiusOutside
    double radiusInside
    Returns
    Type Description
    BeamSectionTube

    AddIdealizedBeam(Curve)

    Declaration
    public IdealizedBeam AddIdealizedBeam(Curve curve)
    Parameters
    Type Name Description
    Curve curve
    Returns
    Type Description
    IdealizedBeam

    GetIdealizedBeam(Curve)

    Declaration
    public IdealizedBeam GetIdealizedBeam(Curve curve)
    Parameters
    Type Name Description
    Curve curve
    Returns
    Type Description
    IdealizedBeam

    GetSection(string)

    Declaration
    public IBeamSection GetSection(string sectionName)
    Parameters
    Type Name Description
    string sectionName
    Returns
    Type Description
    IBeamSection

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX