Class Translational
Last update: 16.07.2025Namespace: VM.Managed.Symmetric.Constraints
Assembly: VMSymCB.dll
public class Translational : Constraint<translational propertytranslational>, ISymmetricUpdater
Inheritance
object ←
Named
Implements
ISymmetricUpdater
Inherited Members
Constraint
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
Translational()
public Translational()
Methods
Update(ObjectBase, ObjectBase, SymmetricType, Plane, Document)
Updates the symmetric objects.
public override bool Update(ObjectBase tool, ObjectBase target, SymmetricType sym_type, Plane sym_plane, Document doc)
Parameters
tool ObjectBase
The reference object.
target ObjectBase
The target object.
sym_type SymmetricType
Specifies type of symmetric.
sym_plane Plane
Plane of symmetric.
doc Document
Returns
true if success; otherwise, false.
UpdateProperty(PropertyTranslational, PropertyTranslational, SymmetricType, Plane, Document)
public static void UpdateProperty(PropertyTranslational toolProperty, PropertyTranslational targetProperty, SymmetricType sym_type, Plane sym_plane, Document doc)
Parameters
toolProperty PropertyTranslational
targetProperty PropertyTranslational
sym_type SymmetricType
sym_plane Plane
doc Document