SbXfBox3d Constructor (SbBox3d) |
Initializes a new instance of the
SbXfBox3d class
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax public SbXfBox3d(
SbBox3d box
)
Public Sub New (
box As SbBox3d
)
public:
SbXfBox3d(
SbBox3d box
)
new :
box : SbBox3d -> SbXfBox3d
Parameters
- box
- Type: OIV.InventorSbBox3d
See Also