Class BuilderParamExtrude
Last update: 16.07.2025Namespace: VM.CAD.Builders
Assembly: VM.CAD.Builders.dll
Builder parameter for the extrude geometry
public class BuilderParamExtrude : BuilderParamColorGeom
Inheritance
object ← BuilderParamBase ← BuilderParamColorGeom ← BuilderParamExtrude
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
BuilderParamExtrude()
public BuilderParamExtrude()
Properties
Axis
Axis for the extrude
public Vector Axis { get; set; }
Property Value
Vector
ChamferInfos
Champer information for the extrude geometry
public List<chamferinfo> ChamferInfos { get; set; }
Property Value
ListChamferInfo>
Depth
Depth value of the extrude geometry
public double Depth { get; set; }
Property Value
DrawInfos
Profile informations for the extrude geometry
public List<drawinfo> DrawInfos { get; set; }