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