Class IdealizedBeam
Inheritance
IdealizedBeam
Assembly: NXOpen.dll
Syntax
public class IdealizedBeam : NXObject, IMessageSink, INXObject
Constructors
IdealizedBeam()
Declaration
protected IdealizedBeam()
Properties
Curve
Declaration
public Curve Curve { get; }
Property Value
Material
Declaration
public PhysicalMaterial Material { get; set; }
Property Value
MaterialBody
Declaration
public Body MaterialBody { get; set; }
Property Value
MeshCollectorPrefix
Declaration
public string MeshCollectorPrefix { get; set; }
Property Value
OffsetEnd
Declaration
public Point2d OffsetEnd { get; set; }
Property Value
OffsetStart
Declaration
public Point2d OffsetStart { get; set; }
Property Value
Section
Declaration
public IBeamSection Section { get; set; }
Property Value
XOffsetEnd
Declaration
public double XOffsetEnd { get; set; }
Property Value
XOffsetStart
Declaration
public double XOffsetStart { get; set; }
Property Value
Methods
GetOrientationByVector(out Vector3d, out OrientAxis, out bool, out bool)
Declaration
public void GetOrientationByVector(out Vector3d orientVect, out OrientationByVector.OrientAxis orientAxis, out bool flipY, out bool flipZ)
Parameters
SetOrientationByVector(Vector3d, OrientAxis, bool, bool)
Declaration
public void SetOrientationByVector(Vector3d orientVect, OrientationByVector.OrientAxis orientAxis, bool flipY, bool flipZ)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink