Class ColorPressureLoad
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Builder.MeshFree.Force
Assembly: VMBldMeshFree.dll
public class ColorPressureLoad : BuilderNamed<pressureload>, IBuilder
Inheritance
object ←
BuilderBase
Implements
IBuilder
Inherited Members
BuilderNamed
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ColorPressureLoad()
public ColorPressureLoad()
Properties
ColorArray
public string[] ColorArray { get; set; }
Property Value
string[]
Connectable
public ObjectBase Connectable { get; }
Property Value
ObjectBase
InputArray
public string[] InputArray { get; set; }
Property Value
string[]
Methods
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>