Class RealSectionBasedMatrixRecord
Inheritance
System.Object
System.MarshalByRefObject
RealSectionBasedMatrixRecord
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 RealSectionBasedMatrixRecord : SectionBasedMatrixRecord, IMessageSink, INXObject, IApplicationDataOwner
Constructors
RealSectionBasedMatrixRecord()
Declaration
protected RealSectionBasedMatrixRecord()
Methods
AddSectionData(Double[], Double[], Double)
Declaration
public void AddSectionData(double[] xCoordinatePoints, double[] yCoordinatePoints, double zCoordinatePoint)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | xCoordinatePoints | |
System.Double[] | yCoordinatePoints | |
System.Double | zCoordinatePoint |
GetSectionData(Int32, out Double[], out Double[], out Double)
Declaration
public void GetSectionData(int sectionIndex, out double[] xCoordinatePoints, out double[] yCoordinatePoints, out double zCoordinatePoints)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | sectionIndex | |
System.Double[] | xCoordinatePoints | |
System.Double[] | yCoordinatePoints | |
System.Double | zCoordinatePoints |
Implements
System.Runtime.Remoting.Messaging.IMessageSink