Click or drag to resize
CPGWriteBF Method
Write the contents of a 2D or 3D pager to a BF.

Available since Oasis montaj version: 6.2.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void WriteBF(
	CBF oBF1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6
)

Parameters

oBF1
Type: GeoEngine.Core.GXNetCBF
BF to write to
i2
Type: SystemInt32
See PG_3D_DIRConstant
i3
Type: SystemInt32
See PG_BF_CONVConstant
i4
Type: SystemInt32
Reverse X
i5
Type: SystemInt32
Reverse Y
i6
Type: SystemInt32
Reverse Z
See Also