Class BuilderParamTriPlate
Last update: 16.07.2025Namespace: VM.CAD.Builders
Assembly: VM.CAD.Builders.dll
public class BuilderParamTriPlate : BuilderParamColorGeom
Inheritance
object ← BuilderParamBase ← BuilderParamColorGeom ← BuilderParamTriPlate
Inherited Members
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
BuilderParamTriPlate()
public BuilderParamTriPlate()
Properties
FirstPosition
public Vector FirstPosition { get; set; }
Property Value
Vector
Height
public double Height { get; set; }
Property Value
SecondPosition
public Vector SecondPosition { get; set; }
Property Value
Vector
ThirdPosition
public Vector ThirdPosition { get; set; }
Property Value
Vector