Search Results for

    Show / Hide Table of Contents

    Class SmartPoint3D

    Represents a 3D smart point.

    Inheritance
    System.Object
    SmartObject
    SmartPoint3D
    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.Kernel.Automating
    Assembly: cs.temp.dll.dll
    Syntax
    [AvailableSinceVersion(7, 6, 0, 0)]
    public class SmartPoint3D : SmartObject
    Remarks

    This class is available since v7.6.

    Constructors

    SmartPoint3D(ElementId)

    Initializes a new instance of the SmartPoint3D class of type Element.

    Declaration
    public SmartPoint3D(ElementId inElementId)
    Parameters
    Type Name Description
    ElementId inElementId

    Identifier of providing element.

    SmartPoint3D(ElementId, ItemLabel)

    Initializes a new instance of the SmartPoint3D class of type Item.

    Declaration
    public SmartPoint3D(ElementId inElementId, ItemLabel inItemLabel)
    Parameters
    Type Name Description
    ElementId inElementId

    Identifier of providing element.

    ItemLabel inItemLabel

    Label of providing element item.

    SmartPoint3D(Point3D)

    Initializes a new instance of the SmartPoint3D class of type Basic.

    Declaration
    public SmartPoint3D(Point3D inGeometry)
    Parameters
    Type Name Description
    Point3D inGeometry

    Geometry.

    SmartPoint3D(SmartPoint3DType, Nullable<Point3D>, ElementId, ItemLabel)

    Initializes a new instance of the SmartPoint3D class.

    Declaration
    public SmartPoint3D(SmartPoint3DType inType, Point3D? inGeometry, ElementId inElementId, ItemLabel inItemLabel)
    Parameters
    Type Name Description
    SmartPoint3DType inType

    Type of smart point.

    System.Nullable<Point3D> inGeometry

    Geometry, or null if unknown.

    ElementId inElementId

    Identifier of providing element, or Empty if none.

    ItemLabel inItemLabel

    Label of providing element item, or Empty if none.

    Fields

    ElementId

    Providing element identifier, or empty if none.

    Declaration
    public ElementId ElementId
    Field Value
    Type Description
    ElementId

    Geometry

    Geometry, or null if unknown.

    Declaration
    public Point3D? Geometry
    Field Value
    Type Description
    System.Nullable<Point3D>

    ItemLabel

    Providing element item label, or empty if none.

    Declaration
    public ItemLabel ItemLabel
    Field Value
    Type Description
    ItemLabel

    P0

    Origin point, i.e. (0,0,0).

    Declaration
    public static readonly SmartPoint3D P0
    Field Value
    Type Description
    SmartPoint3D

    Type

    Type of point.

    Declaration
    public SmartPoint3DType Type
    Field Value
    Type Description
    SmartPoint3DType
    In This Article
    • Mentions légales
    • C.G.U
    • Données personnelles

    Copyright © 2024 TopSolid Tous droits réservés