Search Results for

    Show / Hide Table of Contents

    Class DrillingSpotFacingPrimitive

    Represents a Spot Facing Drilling Primitive.

    Inheritance
    Object
    DrillingPrimitive
    DrillingSpotFacingPrimitive
    Inherited Members
    DrillingPrimitive.PrimitiveDepthType
    DrillingPrimitive.MachiningProcessDocument
    DrillingPrimitive.MachiningProcessValue
    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]
    [AvailableSinceVersion(7, 14, 0, 0)]
    public class DrillingSpotFacingPrimitive : DrillingPrimitive
    Remarks

    This class is available since v7.14.

    Warning: This class has been modified for 7.15, please recompile your solution to use it.

    Constructors

    DrillingSpotFacingPrimitive(SmartReal, SmartReal, Boolean)

    Initializes a new instance of the DrillingSpotFacingPrimitive class.

    Declaration
    public DrillingSpotFacingPrimitive(SmartReal inDiameter, SmartReal inDepth, bool inIsOpposed)
    Parameters
    Type Name Description
    SmartReal inDiameter
    SmartReal inDepth
    Boolean inIsOpposed

    Fields

    Depth

    Primitive Depth.

    Declaration
    [DataMember]
    public SmartReal Depth
    Field Value
    Type Description
    SmartReal

    Diameter

    Primitive Diameter.

    Declaration
    [DataMember]
    public SmartReal Diameter
    Field Value
    Type Description
    SmartReal

    IsOpposed

    Tells wether the spot facing is opposed.

    Declaration
    [DataMember]
    public bool IsOpposed
    Field Value
    Type Description
    Boolean

    Properties

    PrimitiveType

    Primitive Type.

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

    Copyright ©2024 TopSolid - All rights reserved.