Class CADOperation
Last update: 16.07.2025Namespace: VM.Managed
Assembly: VMObjBase.dll
This class is to represent the CAD Operation.
public class CADOperation
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
CADOperation()
public CADOperation()
Methods
SetInterfaceNames(IInterfaceSupport, Dictionary>)
Set interface names.
public static void SetInterfaceNames(IInterfaceSupport support, Dictionary<iinterface>> dic)
Parameters
support IInterfaceSupport
The document.
dic DictionaryIInterface, Liststring>>
The objectbase and interface names.
SetMarkerTramsform(DesignFrame, TransformBase)
Set marker transform.
public static void SetMarkerTramsform(DesignFrame df, TransformBase tra)
Parameters
df DesignFrame
The design frame.
tra TransformBase
The transform.
SetShearModulus(ISO, bool, string)
Set shear modulus.
public static void SetShearModulus(ISO iso, bool bUseShearModulusWithUserInput, string strShearModulus)
Parameters
iso ISO
The ISO Material.
bUseShearModulusWithUserInput bool
Use shear modulus with user input.
strShearModulus string
The sherar modulus.