Description
Creates a Model object with the Model.MainRenderType (which is a hint to the graphics system that the geometry in this model should be rasterized into its main frame buffer). This Model is created with get and release functions that will open and close objects.
Visual Basic
Public Function CreateAutoCADModel( A_0 As GraphicsKernel ) As Model
Parameters
Parameters | Description |
---|---|
kernel | Graphics Kernel used to create resource. |
Returns
The new model
Previous Declaration
public Model CreateAutoCADModel();