Class SectionBasedMatrixRecord
Inheritance
System.Object
System.MarshalByRefObject
SectionBasedMatrixRecord
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.FTK
Assembly: NXOpen.dll
Syntax
public class SectionBasedMatrixRecord : BaseRecord, IMessageSink, INXObject, IApplicationDataOwner
Constructors
SectionBasedMatrixRecord()
Declaration
protected SectionBasedMatrixRecord()
Properties
SectionCount
Declaration
public int SectionCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Title
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
System.String |
XCoordinateUnit
Declaration
public BaseUnit XCoordinateUnit { get; set; }
Property Value
Type | Description |
---|---|
BaseUnit |
YCoordinateUnit
Declaration
public BaseUnit YCoordinateUnit { get; set; }
Property Value
Type | Description |
---|---|
BaseUnit |
ZCoordinateUnit
Declaration
public BaseUnit ZCoordinateUnit { get; set; }
Property Value
Type | Description |
---|---|
BaseUnit |
Methods
GetApplicationData()
Declaration
public IApplicationData GetApplicationData()
Returns
Type | Description |
---|---|
IApplicationData |
RemoveSectionData(Int32)
Declaration
public void RemoveSectionData(int sectionIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | sectionIndex |
SetApplicationData(IApplicationData)
Declaration
public void SetApplicationData(IApplicationData applicationData)
Parameters
Type | Name | Description |
---|---|---|
IApplicationData | applicationData |
Implements
System.Runtime.Remoting.Messaging.IMessageSink