Click or drag to resize
PbMesh2DGetFaultMesh Method (Int32, Int32, SbVec3f)

Same as calling getFaultMesh(num_fault_lines, fault_line_sizes, coord,PbMesh2D.USE_ADJACENT_DERIVS, PbDefinedValue())

Namespace: OIV.MeshViz.Data
Assembly: 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
)

Parameters

num_fault_lines
Type: SystemInt32
fault_line_sizes
Type: SystemInt32
coord
Type: OIV.InventorSbVec3f

Return Value

Type: PbMesh2D
Remarks

See Also