Class UserDefinedSolidBeamSectionBuilder
Inheritance
System.Object
System.MarshalByRefObject
UserDefinedSolidBeamSectionBuilder
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 UserDefinedSolidBeamSectionBuilder : IBeamSectionBuilder, IMessageSink, IComponentBuilder
Constructors
UserDefinedSolidBeamSectionBuilder()
Declaration
protected UserDefinedSolidBeamSectionBuilder()
Properties
DescriptorName
Declaration
public string DescriptorName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DirectionType
Declaration
public BeamSection.DirectionOption DirectionType { get; set; }
Property Value
Type | Description |
---|---|
BeamSection.DirectionOption |
ReferenceVector
Declaration
public Direction ReferenceVector { get; set; }
Property Value
Type | Description |
---|---|
Direction |
SolidFace
Declaration
public SelectCAEFace SolidFace { get; }
Property Value
Type | Description |
---|---|
SelectCAEFace |
Implements
System.Runtime.Remoting.Messaging.IMessageSink