Class SolidBodySphereSimple
Last update: 16.07.2025Namespace: VM.Managed.Symmetric.CAD
Assembly: VMSymBase.dll
public class SolidBodySphereSimple : SolidBodyGeometry, ISymmetricUpdater, ISymmetricMultiBuilder
Inheritance
object ← SolidBodyGeometry ← SolidBodySphereSimple
Implements
ISymmetricUpdater, ISymmetricMultiBuilder
Inherited Members
SolidBodyGeometry.Update(ObjectBase, ObjectBase, SymmetricType, Plane, Document), SolidBodyGeometry.Initialize(ISymmetricManager), SolidBodyGeometry.UpdateBuild(Builder, Builder, SymmetricType, Plane, Document)
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
SolidBodySphereSimple()
public SolidBodySphereSimple()
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.
UpdateBuild(Builder, Builder, SymmetricType, Plane, Document)
Updates the symmetric objects.
public override bool UpdateBuild(Builder tool, Builder target, SymmetricType sym_type, Plane sym_plane, Document doc)
Parameters
tool Builder
The reference object.
target Builder
The target object.
sym_type SymmetricType
Specifies type of symmetric.
sym_plane Plane
Plane of symmetric.
doc Document
Returns
true if success; otherwise, false.