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