Search Results for

    Show / Hide Table of Contents

    Class ChangeMaterial

    Inheritance
    System.Object
    RuntimeObject
    ChangeMaterial
    Inherited Members
    RuntimeObject.m_pItem
    RuntimeObject.Dispose()
    RuntimeObject.AskAssembly()
    RuntimeObject.GetPhysicsObject()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen
    Assembly: NXOpen.Utilities.dll
    Syntax
    public class ChangeMaterial : RuntimeObject

    Constructors

    ChangeMaterial(IntPtr)

    Declaration
    protected ChangeMaterial(IntPtr pItem)
    Parameters
    Type Name Description
    System.IntPtr pItem

    Properties

    Active

    Declaration
    public override bool Active { get; set; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    RuntimeObject.Active

    Body1

    Declaration
    public RuntimeObject Body1 { get; set; }
    Property Value
    Type Description
    RuntimeObject

    Body2

    Declaration
    public RuntimeObject Body2 { get; set; }
    Property Value
    Type Description
    RuntimeObject

    Material

    Declaration
    public CollisionMaterial Material { get; set; }
    Property Value
    Type Description
    CollisionMaterial
    In This Article
    Back to top Generated by DocFX