CreateToolParameters Class
Abstract base class for specifying parameters to CreateTool.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public abstract class CreateToolParameters : EngineObject
Remarks
This abstract base class makes it possible to extend the functionality of CreateTool by assigning an instance of this class to the CreateTool.Parameters property.
The sub-class with the new functionality may be implemented in an extension module.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
CreateToolParameters
App6BCreateToolParameters
App6CDraft1CreateToolParameters
EllipseCreateToolParameters
MilitaryDCreateToolParameters
MilStd2525BCreateToolParameters
MilStd2525CCreateToolParameters
Platforms
Windows, Linux, Android
CreateToolParameters Members
The CreateToolParameters type has the following members.
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current CreateToolParameters has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current CreateToolParameters represents. Inherited from EngineObject |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |