Click or drag to resize

CableMeshConverter Class

A tool implementing the cable mesh converter.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V26.Cabling.UtilitiesCableMeshConverter

Namespace: ema3d.Api.V26.Cabling.Utilities
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public sealed class CableMeshConverter

The CableMeshConverter type exposes the following members.

Constructors
 NameDescription
Public methodCableMeshConverter 
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates instance of CableMeshConverter
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecute Executes cable mesh conversion
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Example
Python
from ema3d.Api.V26.Cabling.Utilities import CableMeshConverter

cmc = CableMeshConverter.Create()
result = cmc.Execute()
See Also