Class BoundaryCondition\_Faces
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Builder.MeshFree
Assembly: VMBldMeshFree.dll
public class BoundaryCondition_Faces : BuilderNamed<boundarycondition>, IBuilder
Inheritance
object ←
BuilderBase
Implements
IBuilder
Inherited Members
BuilderNamed
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
BoundaryCondition_Faces()
public BoundaryCondition_Faces()
Properties
BaseGeometry
public string[] BaseGeometry { get; set; }
Property Value
string[]
InputArray
public string[] InputArray { get; set; }
Property Value
string[]
Methods
CheckGroundBody(SetFace, string)
public static bool CheckGroundBody(SetFace faceset, string strErrMsg)
Parameters
faceset SetFace
strErrMsg string
Returns
CheckGroundBody(List, string)
public static bool CheckGroundBody(List<setface> aryFaceset, string strErrMsg)
Parameters
aryFaceset List
strErrMsg string
Returns
OnPostBuild(ObjectBase, Document)
protected override bool OnPostBuild(ObjectBase obCreated, Document doc)
Parameters
obCreated ObjectBase
doc Document
Returns
Validate(IList)
public override bool Validate(IList<string> lstErrorMessage)
Parameters
lstErrorMessage IListstring>