Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class BuilderParamExtrude

Last update: 16.07.2025

Namespace: VM.CAD.Builders
Assembly: VM.CAD.Builders.dll

Builder parameter for the extrude geometry

public class BuilderParamExtrude : BuilderParamColorGeom

Inheritance

objectBuilderParamBaseBuilderParamColorGeomBuilderParamExtrude

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(object, LinkPropertyType)

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&gt;

Depth

Depth value of the extrude geometry

public double Depth { get; set; }

Property Value

double

DrawInfos

Profile informations for the extrude geometry

public List<drawinfo> DrawInfos { get; set; }

Property Value

ListDrawInfo&gt;

Connect with Ansys