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