Class IdealizedBeam
Inheritance
System.Object
System.MarshalByRefObject
IdealizedBeam
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.CADCAEPrep
Assembly: NXOpen.dll
Syntax
public class IdealizedBeam : NXObject, IMessageSink, INXObject
Constructors
IdealizedBeam()
Declaration
protected IdealizedBeam()
Properties
Curve
Declaration
public Curve Curve { get; }
Property Value
Type | Description |
---|---|
Curve |
Material
Declaration
public PhysicalMaterial Material { get; set; }
Property Value
Type | Description |
---|---|
PhysicalMaterial |
MeshCollectorPrefix
Declaration
public string MeshCollectorPrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OffsetEnd
Declaration
public Point2d OffsetEnd { get; set; }
Property Value
Type | Description |
---|---|
Point2d |
OffsetStart
Declaration
public Point2d OffsetStart { get; set; }
Property Value
Type | Description |
---|---|
Point2d |
Section
Declaration
public IBeamSection Section { get; set; }
Property Value
Type | Description |
---|---|
IBeamSection |
XOffsetEnd
Declaration
public double XOffsetEnd { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
XOffsetStart
Declaration
public double XOffsetStart { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
GetOrientationByVector(out Vector3d, out OrientationByVector.OrientAxis, out Boolean, out Boolean)
Declaration
public void GetOrientationByVector(out Vector3d orientVect, out OrientationByVector.OrientAxis orientAxis, out bool flipY, out bool flipZ)
Parameters
Type | Name | Description |
---|---|---|
Vector3d | orientVect | |
OrientationByVector.OrientAxis | orientAxis | |
System.Boolean | flipY | |
System.Boolean | flipZ |
SetOrientationByVector(Vector3d, OrientationByVector.OrientAxis, Boolean, Boolean)
Declaration
public void SetOrientationByVector(Vector3d orientVect, OrientationByVector.OrientAxis orientAxis, bool flipY, bool flipZ)
Parameters
Type | Name | Description |
---|---|---|
Vector3d | orientVect | |
OrientationByVector.OrientAxis | orientAxis | |
System.Boolean | flipY | |
System.Boolean | flipZ |
Implements
System.Runtime.Remoting.Messaging.IMessageSink