Class BuilderParamBlock
Last update: 16.07.2025Namespace: VM.CAD.Builders
Assembly: VM.CAD.Builders.dll
This class represents the builder parameter for block geometry.
public class BuilderParamBlock : BuilderParamTransform
Inheritance
object ← BuilderParamBase ← BuilderParamColorGeom ← BuilderParamTransform ← BuilderParamBlock
Inherited Members
BuilderParamTransform.Transform, BuilderParamColorGeom.Color, BuilderParamBase.ToXmlString(), BuilderParamBase.FinalizeParameter(), BuilderParamBase.SetTypeName(), BuilderParamBase.Key, BuilderParamBase.TypeName, BuilderParamBase.Transparency
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
BuilderParamBlock()
public BuilderParamBlock()
Properties
Depth
Gets or sets the depth.
public double Depth { get; set; }
Property Value
Height
Gets or sets the height.
public double Height { get; set; }
Property Value
Width
Gets or sets the width.
public double Width { get; set; }