PbMesh2DGetFaultMesh Method (Int32, Int32, SbVec3f) |
Same as calling getFaultMesh(num_fault_lines, fault_line_sizes, coord,PbMesh2D.USE_ADJACENT_DERIVS, PbDefinedValue())
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PbMesh2D GetFaultMesh(
int num_fault_lines,
int[] fault_line_sizes,
SbVec3f[] coord
)
Public Function GetFaultMesh (
num_fault_lines As Integer,
fault_line_sizes As Integer(),
coord As SbVec3f()
) As PbMesh2D
public:
PbMesh2D^ GetFaultMesh(
int num_fault_lines,
array<int>^ fault_line_sizes,
array<SbVec3f>^ coord
)
member GetFaultMesh :
num_fault_lines : int *
fault_line_sizes : int[] *
coord : SbVec3f[] -> PbMesh2D
Parameters
- num_fault_lines
- Type: SystemInt32
- fault_line_sizes
- Type: SystemInt32
- coord
- Type: OIV.InventorSbVec3f
Return Value
Type:
PbMesh2DRemarks See Also