Search Results for

    Show / Hide Table of Contents

    Class DrillingPrimitive

    Represents a Drilling primitive.

    Inheritance
    Object
    DrillingPrimitive
    DrillingCounterSinkingPrimitive
    DrillingHolePrimitive
    DrillingSpotFacingPrimitive
    DrillingTappedHolePrimitive
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: TopSolid.Cad.Design.Automating
    Assembly: TopSolid.Cad.Design.Automating.dll
    Syntax
    [DataContract]
    [KnownType(typeof(DrillingHolePrimitive))]
    [KnownType(typeof(DrillingSpotFacingPrimitive))]
    [KnownType(typeof(DrillingCounterSinkingPrimitive))]
    [KnownType(typeof(DrillingTappedHolePrimitive))]
    [AvailableSinceVersion(7, 14, 0, 0)]
    public abstract class DrillingPrimitive
    Remarks

    This class is available since v7.14.

    Constructors

    DrillingPrimitive()

    Initializes a new instance of the DrillingPrimitive class.

    Declaration
    public DrillingPrimitive()

    Properties

    MachiningProcessDocument

    Machining process document

    Declaration
    public PdmObjectId MachiningProcessDocument { get; set; }
    Property Value
    Type Description
    PdmObjectId

    MachiningProcessValue

    Machining process document

    Declaration
    public int MachiningProcessValue { get; set; }
    Property Value
    Type Description
    Int32

    PrimitiveDepthType

    Primitive Depth Type.

    Declaration
    public DrillingPrimitiveDepthType PrimitiveDepthType { get; set; }
    Property Value
    Type Description
    DrillingPrimitiveDepthType

    PrimitiveType

    Primitive Type.

    Declaration
    public abstract DrillingPrimitiveType PrimitiveType { get; }
    Property Value
    Type Description
    DrillingPrimitiveType
    In This Article
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2024 TopSolid - All rights reserved.