Class DriverFunction
Last update: 16.07.2025Namespace: VM.Managed.Symmetric.Constraints
Assembly: VMSymCB.dll
public class DriverFunction : Driver, ISymmetricBuilder
Inheritance
object ← Driver ← DriverFunction
Implements
ISymmetricBuilder
Inherited Members
Driver.Build(object, SymmetricType, Plane, Document), Driver.MakeObject(object)
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
DriverFunction()
public DriverFunction()
Methods
Build(object, SymmetricType, Plane, Document)
Build the symmetric objects.
public override object Build(object tool, SymmetricType sym_type, Plane sym_plane, Document doc)
Parameters
tool object
The object.
sym_type SymmetricType
Specifies type of symmetric.
sym_plane Plane
Plane of symmetric.
doc Document
Returns
The new object of symmetric.