Class ComplexSectionBasedMatrixRecord
Inheritance
ComplexSectionBasedMatrixRecord
Inherited Members
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 |
---|---|---|
double[] | xCoordinatePoints | |
double[] | yCoordinateReal | |
double[] | yCoordinateImag | |
double | zCoordinatePoint |
GetSectionData(int, 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 |
---|---|---|
int | sectionIndex | |
double[] | xCoordinatePoints | |
double[] | yCoordinateReal | |
double[] | yCoordinateImag | |
double | zCoordinatePoints |
Implements
System.Runtime.Remoting.Messaging.IMessageSink