Search Results for

    Show / Hide Table of Contents

    Class DrillingPrimitive

    Represents a Drilling primitive.

    Inheritance
    System.Object
    DrillingPrimitive
    DrillingCounterSinkingPrimitive
    DrillingHolePrimitive
    DrillingSpotFacingPrimitive
    DrillingTappedHolePrimitive
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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
    System.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
    • Constructors
      • DrillingPrimitive()
    • Properties
      • MachiningProcessDocument
      • MachiningProcessValue
      • PrimitiveDepthType
      • PrimitiveType
    • Mentions légales
    • C.G.U
    • Données personnelles

    Copyright © 2024 TopSolid Tous droits réservés