← Back to carmenta.com
Carmenta Engine SDK Documentation
×

CreateTool3D.CreateTool3D Constructors

Initializes a new instance of the CreateTool3D class.

Overload List

 NameDescription
Public methodCreateTool3D(MemoryDataSet dataSet)Initializes a new instance of the CreateTool3D class with the given MemoryDataSet.
Public methodCreateTool3D(MemoryDataSet dataSet, AttributeSet attributes)Initializes a new instance of the CreateTool3D class with the MemoryDataSet and AttributeSet.
Public methodCreateTool3D(MemoryDataSet dataSet, AttributeSet attributes, CreateToolParameters parameters)Initializes a new instance of the CreateTool3D class with the given data set.

CreateTool3D(MemoryDataSet dataSet)

Initializes a new instance of the CreateTool3D class with the given MemoryDataSet.

Syntax

C#
public CreateTool3D (
    MemoryDataSet dataSet
)

Parameters

dataSet
Type: MemoryDataSet
The data set into which new features will be inserted.

CreateTool3D(MemoryDataSet dataSet, AttributeSet attributes)

Initializes a new instance of the CreateTool3D class with the MemoryDataSet and AttributeSet.

Syntax

C#
public CreateTool3D (
    MemoryDataSet dataSet,
    AttributeSet attributes
)

Parameters

dataSet
Type: MemoryDataSet
The data set into which new features will be inserted.
attributes
Type: AttributeSet
The attributes to add to all new features.

CreateTool3D(MemoryDataSet dataSet, AttributeSet attributes, CreateToolParameters parameters)

Initializes a new instance of the CreateTool3D class with the given data set.

Syntax

C#
public CreateTool3D (
    MemoryDataSet dataSet,
    AttributeSet attributes,
    CreateToolParameters parameters
)

Parameters

dataSet
Type: MemoryDataSet
The data set into which new features will be inserted.
attributes
Type: AttributeSet
The attributes to add to all new features.
parameters
Type: CreateToolParameters
Additional parameters used by the CreateTool3D.

Remarks

By specifying parameters, the CreateMode will automatically be set to the appropriate mode for the parameters.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept