Share

TransientBRep.CreateSolidBlock Method

Parent Object: TransientBRep

Description

Method that creates a solid box.

Remarks

The size is defined by the input Box object. The edges of the resulting solid box are aligned with axes of the model coordinate system.

Syntax

TransientBRep.CreateSolidBlock( Box As Box ) As SurfaceBody

Parameters

Name Type Description
Box Box Input Box object that defines the size of the solid block.

Samples

Name Description
Create primitive BRep This sample demonstrates the creation of primitive (solid) BRep.

Version

Introduced in version 2009

Was this information helpful?