 | EMBoundaryConditionCreate Method |
Creates a new EMBoundaryCondition object in the current document when provided a list of
faces from the geometry.
Namespace: ema3d.Api.V26.Charging.BoundariesAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic static EMBoundaryCondition Create(
IEnumerable<IDesignFace> geometry,
Document document = null
)
Public Shared Function Create (
geometry As IEnumerable(Of IDesignFace),
Optional document As Document = Nothing
) As EMBoundaryCondition
public:
static EMBoundaryCondition^ Create(
IEnumerable<IDesignFace^>^ geometry,
Document^ document = nullptr
)
static member Create :
geometry : IEnumerable<IDesignFace> *
?document : Document
(* Defaults:
let _document = defaultArg document null
*)
-> EMBoundaryCondition Parameters
- geometry IEnumerableIDesignFace
- List of surfaces from the model to apply the boundary condition to.
- document Document (Optional)
- Document object to create new EM boundary in.
Return Value
EMBoundaryConditionA new electromagnetic boundary object on the provided geometry.
See Also